Uses of Class
com.azure.resourcemanager.compute.models.VMDiskSecurityProfile
-
Packages that use VMDiskSecurityProfile Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VMDiskSecurityProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VMDiskSecurityProfile Modifier and Type Method Description VMDiskSecurityProfileManagedDiskParameters. securityProfile()Get the securityProfile property: Specifies the security profile for the managed disk.VMDiskSecurityProfileVirtualMachineScaleSetManagedDiskParameters. securityProfile()Get the securityProfile property: Specifies the security profile for the managed disk.VMDiskSecurityProfileVMDiskSecurityProfile. withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.VMDiskSecurityProfileVMDiskSecurityProfile. withSecurityEncryptionType(SecurityEncryptionTypes securityEncryptionType)Set the securityEncryptionType property: Specifies the EncryptionType of the managed disk.Methods in com.azure.resourcemanager.compute.models with parameters of type VMDiskSecurityProfile Modifier and Type Method Description ManagedDiskParametersManagedDiskParameters. withSecurityProfile(VMDiskSecurityProfile securityProfile)Set the securityProfile property: Specifies the security profile for the managed disk.VirtualMachineScaleSetManagedDiskParametersVirtualMachineScaleSetManagedDiskParameters. withSecurityProfile(VMDiskSecurityProfile securityProfile)Set the securityProfile property: Specifies the security profile for the managed disk.
-