Uses of Class
com.azure.resourcemanager.automation.models.EncryptionPropertiesIdentity
Packages that use EncryptionPropertiesIdentity
Package
Description
Package containing the data models for AutomationClient.
-
Uses of EncryptionPropertiesIdentity in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return EncryptionPropertiesIdentityModifier and TypeMethodDescriptionstatic EncryptionPropertiesIdentity
EncryptionPropertiesIdentity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionPropertiesIdentity from the JsonReader.EncryptionProperties.identity()
Get the identity property: User identity used for CMK.EncryptionPropertiesIdentity.withUserAssignedIdentity
(Object userAssignedIdentity) Set the userAssignedIdentity property: The user identity used for CMK.Methods in com.azure.resourcemanager.automation.models with parameters of type EncryptionPropertiesIdentityModifier and TypeMethodDescriptionEncryptionProperties.withIdentity
(EncryptionPropertiesIdentity identity) Set the identity property: User identity used for CMK.