Uses of Class
com.azure.resourcemanager.automation.models.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
Modifier and TypeMethodDescriptionAutomationAccountInner.identity()
Get the identity property: Identity for the resource.Modifier and TypeMethodDescriptionAutomationAccountInner.withIdentity
(Identity identity) Set the identity property: Identity for the resource. -
Uses of Identity in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionAutomationAccount.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.Modifier 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.