Uses of Class
com.azure.resourcemanager.compute.models.SecurityProfile
-
Packages that use SecurityProfile Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of SecurityProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SecurityProfile Modifier and Type Method Description SecurityProfileVirtualMachineInner. securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.SecurityProfileVirtualMachinePropertiesInner. securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.SecurityProfileVirtualMachineScaleSetVMInner. securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.SecurityProfileVirtualMachineScaleSetVMPropertiesInner. securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.SecurityProfileVirtualMachineUpdateInner. securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type SecurityProfile Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withSecurityProfile(SecurityProfile securityProfile)Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachinePropertiesInnerVirtualMachinePropertiesInner. withSecurityProfile(SecurityProfile securityProfile)Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineScaleSetVMInnerVirtualMachineScaleSetVMInner. withSecurityProfile(SecurityProfile securityProfile)Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInnerVirtualMachineScaleSetVMPropertiesInner. withSecurityProfile(SecurityProfile securityProfile)Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineUpdateInnerVirtualMachineUpdateInner. withSecurityProfile(SecurityProfile securityProfile)Set the securityProfile property: Specifies the Security related profile settings for the virtual machine. -
Uses of SecurityProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SecurityProfile Modifier and Type Method Description SecurityProfileRestorePointSourceMetadata. securityProfile()Get the securityProfile property: Gets the security profile.SecurityProfileVirtualMachineScaleSetUpdateVMProfile. securityProfile()Get the securityProfile property: The virtual machine scale set Security profile.SecurityProfileVirtualMachineScaleSetVMProfile. securityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machines in the scale set.SecurityProfileSecurityProfile. withEncryptionAtHost(Boolean encryptionAtHost)Set the encryptionAtHost property: This property can be used by user in the request to enable or disable the Host Encryption for the virtual machine or virtual machine scale set.SecurityProfileSecurityProfile. withSecurityType(SecurityTypes securityType)Set the securityType property: Specifies the SecurityType of the virtual machine.SecurityProfileSecurityProfile. withUefiSettings(UefiSettings uefiSettings)Set the uefiSettings property: Specifies the security settings like secure boot and vTPM used while creating the virtual machine.Methods in com.azure.resourcemanager.compute.models with parameters of type SecurityProfile Modifier and Type Method Description RestorePointSourceMetadataRestorePointSourceMetadata. withSecurityProfile(SecurityProfile securityProfile)Set the securityProfile property: Gets the security profile.VirtualMachineScaleSetUpdateVMProfileVirtualMachineScaleSetUpdateVMProfile. withSecurityProfile(SecurityProfile securityProfile)Set the securityProfile property: The virtual machine scale set Security profile.VirtualMachineScaleSetVMProfileVirtualMachineScaleSetVMProfile. withSecurityProfile(SecurityProfile securityProfile)Set the securityProfile property: Specifies the Security related profile settings for the virtual machines in the scale set.
-