Uses of Class
com.azure.resourcemanager.compute.models.EncryptionSetIdentity
Packages that use EncryptionSetIdentity
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 EncryptionSetIdentityModifier and TypeMethodDescriptionDiskEncryptionSetInner.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 EncryptionSetIdentityModifier and TypeMethodDescriptionDiskEncryptionSetInner.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 EncryptionSetIdentityModifier and TypeMethodDescriptionDiskEncryptionSetUpdate.identity()Get the identity property: The managed identity for the disk encryption set.EncryptionSetIdentity.withType(DiskEncryptionSetIdentityType type) Set the type property: The type of Managed Identity used by the DiskEncryptionSet.EncryptionSetIdentity.withUserAssignedIdentities(Map<String, VirtualMachineIdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the disk encryption set.Methods in com.azure.resourcemanager.compute.models with parameters of type EncryptionSetIdentityModifier and TypeMethodDescriptionDiskEncryptionSetUpdate.withIdentity(EncryptionSetIdentity identity) Set the identity property: The managed identity for the disk encryption set.