Uses of Class
com.azure.resourcemanager.automation.models.Identity
Packages that use Identity
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of Identity in com.azure.resourcemanager.automation.fluent.models
Methods in com.azure.resourcemanager.automation.fluent.models that return IdentityModifier and TypeMethodDescriptionAutomationAccountInner.identity()
Get the identity property: Identity for the resource.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type IdentityModifier and TypeMethodDescriptionAutomationAccountInner.withIdentity
(Identity identity) Set the identity property: Identity for the resource. -
Uses of Identity in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return IdentityModifier and TypeMethodDescriptionstatic Identity
Identity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Identity from the JsonReader.AutomationAccount.identity()
Gets the identity property: Identity for the resource.AutomationAccountCreateOrUpdateParameters.identity()
Get the identity property: Sets the identity property for automation account.AutomationAccountUpdateParameters.identity()
Get the identity property: Sets the identity property for automation account.Identity.withType
(ResourceIdentityType type) Set the type property: The identity type.Identity.withUserAssignedIdentities
(Map<String, IdentityUserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the resource.Methods in com.azure.resourcemanager.automation.models with parameters of type IdentityModifier and TypeMethodDescriptionAutomationAccount.DefinitionStages.WithIdentity.withIdentity
(Identity identity) Specifies the identity property: Sets the identity property for automation account.AutomationAccount.UpdateStages.WithIdentity.withIdentity
(Identity identity) Specifies the identity property: Sets the identity property for automation account.AutomationAccountCreateOrUpdateParameters.withIdentity
(Identity identity) Set the identity property: Sets the identity property for automation account.AutomationAccountUpdateParameters.withIdentity
(Identity identity) Set the identity property: Sets the identity property for automation account.