Uses of Class
com.azure.resourcemanager.compute.models.DiskEncryptionSetIdentityType
Packages that use DiskEncryptionSetIdentityType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of DiskEncryptionSetIdentityType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type DiskEncryptionSetIdentityType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe type of Managed Identity used by the DiskEncryptionSet.Fields in com.azure.resourcemanager.compute.models declared as DiskEncryptionSetIdentityTypeModifier and TypeFieldDescriptionstatic final DiskEncryptionSetIdentityTypeDiskEncryptionSetIdentityType.NONEStatic value None for DiskEncryptionSetIdentityType.static final DiskEncryptionSetIdentityTypeDiskEncryptionSetIdentityType.SYSTEM_ASSIGNEDStatic value SystemAssigned for DiskEncryptionSetIdentityType.static final DiskEncryptionSetIdentityTypeDiskEncryptionSetIdentityType.SYSTEM_ASSIGNED_USER_ASSIGNEDStatic value SystemAssigned, UserAssigned for DiskEncryptionSetIdentityType.static final DiskEncryptionSetIdentityTypeDiskEncryptionSetIdentityType.USER_ASSIGNEDStatic value UserAssigned for DiskEncryptionSetIdentityType.Methods in com.azure.resourcemanager.compute.models that return DiskEncryptionSetIdentityTypeModifier and TypeMethodDescriptionDiskEncryptionSetIdentityType.fromString(String name) Creates or finds a DiskEncryptionSetIdentityType from its string representation.EncryptionSetIdentity.type()Get the type property: The type of Managed Identity used by the DiskEncryptionSet.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskEncryptionSetIdentityTypeModifier and TypeMethodDescriptionDiskEncryptionSetIdentityType.values()Gets known DiskEncryptionSetIdentityType values.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskEncryptionSetIdentityTypeModifier and TypeMethodDescriptionEncryptionSetIdentity.withType(DiskEncryptionSetIdentityType type) Set the type property: The type of Managed Identity used by the DiskEncryptionSet.