Uses of Class
com.azure.resourcemanager.compute.models.VMDiskSecurityProfile
Packages that use VMDiskSecurityProfile
Package
Description
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 VMDiskSecurityProfileModifier and TypeMethodDescriptionManagedDiskParameters.securityProfile()Get the securityProfile property: Specifies the security profile for the managed disk.VirtualMachineScaleSetManagedDiskParameters.securityProfile()Get the securityProfile property: Specifies the security profile for the managed disk.VMDiskSecurityProfile.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.VMDiskSecurityProfile.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 VMDiskSecurityProfileModifier and TypeMethodDescriptionManagedDiskParameters.withSecurityProfile(VMDiskSecurityProfile securityProfile) Set the securityProfile property: Specifies the security profile for the managed disk.VirtualMachineScaleSetManagedDiskParameters.withSecurityProfile(VMDiskSecurityProfile securityProfile) Set the securityProfile property: Specifies the security profile for the managed disk.