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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VMDiskSecurityProfileModifier and TypeClassDescriptionfinal classSpecifies the security profile settings for the managed disk.Methods in com.azure.resourcemanager.compute.models that return VMDiskSecurityProfileModifier and TypeMethodDescriptionstatic VMDiskSecurityProfileVMDiskSecurityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VMDiskSecurityProfile from the JsonReader.ManagedDiskParameters.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.