Uses of Class
com.microsoft.azure.management.compute.SecurityProfile
Packages that use SecurityProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of SecurityProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return SecurityProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.securityProfile()
Get the virtual machine scale set Security profile.VirtualMachineScaleSetVMProfile.securityProfile()
Get specifies the Security related profile settings for the virtual machines in the scale set.VirtualMachineUpdate.securityProfile()
Get specifies the Security related profile settings for the virtual machine.SecurityProfile.withEncryptionAtHost
(Boolean encryptionAtHost) Set 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.SecurityProfile.withSecurityType
(SecurityTypes securityType) Set specifies the SecurityType of the virtual machine.SecurityProfile.withUefiSettings
(UefiSettings uefiSettings) Set specifies the security settings like secure boot and vTPM used while creating the virtual machine.Methods in com.microsoft.azure.management.compute with parameters of type SecurityProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withSecurityProfile
(SecurityProfile securityProfile) Set the virtual machine scale set Security profile.VirtualMachineScaleSetVMProfile.withSecurityProfile
(SecurityProfile securityProfile) Set specifies the Security related profile settings for the virtual machines in the scale set.VirtualMachineUpdate.withSecurityProfile
(SecurityProfile securityProfile) Set specifies the Security related profile settings for the virtual machine.