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
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.