Uses of Class
com.azure.resourcemanager.compute.models.DiskEncryptionSetIdentityType
-
Packages that use DiskEncryptionSetIdentityType Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DiskEncryptionSetIdentityType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DiskEncryptionSetIdentityType Modifier and Type Field Description static DiskEncryptionSetIdentityTypeDiskEncryptionSetIdentityType. NONEStatic value None for DiskEncryptionSetIdentityType.static DiskEncryptionSetIdentityTypeDiskEncryptionSetIdentityType. SYSTEM_ASSIGNEDStatic value SystemAssigned for DiskEncryptionSetIdentityType.Methods in com.azure.resourcemanager.compute.models that return DiskEncryptionSetIdentityType Modifier and Type Method Description static DiskEncryptionSetIdentityTypeDiskEncryptionSetIdentityType. fromString(String name)Creates or finds a DiskEncryptionSetIdentityType from its string representation.DiskEncryptionSetIdentityTypeEncryptionSetIdentity. 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 DiskEncryptionSetIdentityType Modifier and Type Method Description static Collection<DiskEncryptionSetIdentityType>DiskEncryptionSetIdentityType. values()Methods in com.azure.resourcemanager.compute.models with parameters of type DiskEncryptionSetIdentityType Modifier and Type Method Description EncryptionSetIdentityEncryptionSetIdentity. withType(DiskEncryptionSetIdentityType type)Set the type property: The type of Managed Identity used by the DiskEncryptionSet.
-