Uses of Class
com.azure.resourcemanager.compute.models.DiskSecurityProfile
Packages that use DiskSecurityProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of DiskSecurityProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DiskSecurityProfileModifier and TypeMethodDescriptionDiskInner.securityProfile()Get the securityProfile property: Contains the security related information for the resource.DiskProperties.securityProfile()Get the securityProfile property: Contains the security related information for the resource.DiskRestorePointInner.securityProfile()Get the securityProfile property: Contains the security related information for the resource.DiskRestorePointProperties.securityProfile()Get the securityProfile property: Contains the security related information for the resource.SnapshotInner.securityProfile()Get the securityProfile property: Contains the security related information for the resource.SnapshotProperties.securityProfile()Get the securityProfile property: Contains the security related information for the resource.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type DiskSecurityProfileModifier and TypeMethodDescriptionDiskInner.withSecurityProfile(DiskSecurityProfile securityProfile) Set the securityProfile property: Contains the security related information for the resource.DiskProperties.withSecurityProfile(DiskSecurityProfile securityProfile) Set the securityProfile property: Contains the security related information for the resource.DiskRestorePointInner.withSecurityProfile(DiskSecurityProfile securityProfile) Set the securityProfile property: Contains the security related information for the resource.DiskRestorePointProperties.withSecurityProfile(DiskSecurityProfile securityProfile) Set the securityProfile property: Contains the security related information for the resource.SnapshotInner.withSecurityProfile(DiskSecurityProfile securityProfile) Set the securityProfile property: Contains the security related information for the resource.SnapshotProperties.withSecurityProfile(DiskSecurityProfile securityProfile) Set the securityProfile property: Contains the security related information for the resource. -
Uses of DiskSecurityProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type DiskSecurityProfileModifier and TypeClassDescriptionfinal classContains the security related information for the resource.Methods in com.azure.resourcemanager.compute.models that return DiskSecurityProfileModifier and TypeMethodDescriptionstatic DiskSecurityProfileDiskSecurityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskSecurityProfile from the JsonReader.DiskSecurityProfile.withSecureVMDiskEncryptionSetId(String secureVMDiskEncryptionSetId) Set the secureVMDiskEncryptionSetId property: ResourceId of the disk encryption set associated to Confidential VM supported disk encrypted with customer managed key.DiskSecurityProfile.withSecurityType(DiskSecurityTypes securityType) Set the securityType property: Specifies the SecurityType of the VM.