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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type EncryptionSetIdentityModifier and TypeClassDescriptionfinal classThe managed identity for the disk encryption set.Methods in com.azure.resourcemanager.compute.models that return EncryptionSetIdentityModifier and TypeMethodDescriptionstatic EncryptionSetIdentityEncryptionSetIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionSetIdentity from the JsonReader.DiskEncryptionSetUpdate.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.