Uses of Class
com.azure.resourcemanager.compute.models.EncryptionIdentity
Packages that use EncryptionIdentity
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of EncryptionIdentity in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type EncryptionIdentityModifier and TypeClassDescriptionfinal classSpecifies the Managed Identity used by ADE to get access token for keyvault operations.Methods in com.azure.resourcemanager.compute.models that return EncryptionIdentityModifier and TypeMethodDescriptionSecurityProfile.encryptionIdentity()Get the encryptionIdentity property: Specifies the Managed Identity used by ADE to get access token for keyvault operations.static EncryptionIdentityEncryptionIdentity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionIdentity from the JsonReader.EncryptionIdentity.withUserAssignedIdentityResourceId(String userAssignedIdentityResourceId) Set the userAssignedIdentityResourceId property: Specifies ARM Resource ID of one of the user identities associated with the VM.Methods in com.azure.resourcemanager.compute.models with parameters of type EncryptionIdentityModifier and TypeMethodDescriptionSecurityProfile.withEncryptionIdentity(EncryptionIdentity encryptionIdentity) Set the encryptionIdentity property: Specifies the Managed Identity used by ADE to get access token for keyvault operations.