Uses of Class
com.azure.resourcemanager.compute.models.EncryptionSetIdentity
-
Packages that use EncryptionSetIdentity Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of EncryptionSetIdentity in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return EncryptionSetIdentity Modifier and Type Method Description EncryptionSetIdentityDiskEncryptionSetInner. identity()Get the identity property: The managed identity for the disk encryption set.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type EncryptionSetIdentity Modifier and Type Method Description DiskEncryptionSetInnerDiskEncryptionSetInner. withIdentity(EncryptionSetIdentity identity)Set the identity property: The managed identity for the disk encryption set. -
Uses of EncryptionSetIdentity in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return EncryptionSetIdentity Modifier and Type Method Description EncryptionSetIdentityDiskEncryptionSetUpdate. identity()Get the identity property: The managed identity for the disk encryption set.EncryptionSetIdentityEncryptionSetIdentity. withType(DiskEncryptionSetIdentityType type)Set the type property: The type of Managed Identity used by the DiskEncryptionSet.Methods in com.azure.resourcemanager.compute.models with parameters of type EncryptionSetIdentity Modifier and Type Method Description DiskEncryptionSetUpdateDiskEncryptionSetUpdate. withIdentity(EncryptionSetIdentity identity)Set the identity property: The managed identity for the disk encryption set.
-