Uses of Class
com.azure.resourcemanager.batch.models.BatchAccountIdentity
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of BatchAccountIdentity in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountInner.identity()
Get the identity property: The identity of the Batch account.Modifier and TypeMethodDescriptionBatchAccountInner.withIdentity
(BatchAccountIdentity identity) Set the identity property: The identity of the Batch account. -
Uses of BatchAccountIdentity in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccount.identity()
Gets the identity property: The identity of the Batch account.BatchAccountCreateParameters.identity()
Get the identity property: The identity of the Batch account.BatchAccountUpdateParameters.identity()
Get the identity property: The identity of the Batch account.BatchAccountIdentity.withType
(ResourceIdentityType type) Set the type property: The type of identity used for the Batch account.BatchAccountIdentity.withUserAssignedIdentities
(Map<String, UserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the Batch account.Modifier and TypeMethodDescriptionBatchAccount.DefinitionStages.WithIdentity.withIdentity
(BatchAccountIdentity identity) Specifies the identity property: The identity of the Batch account..BatchAccount.UpdateStages.WithIdentity.withIdentity
(BatchAccountIdentity identity) Specifies the identity property: The identity of the Batch account..BatchAccountCreateParameters.withIdentity
(BatchAccountIdentity identity) Set the identity property: The identity of the Batch account.BatchAccountUpdateParameters.withIdentity
(BatchAccountIdentity identity) Set the identity property: The identity of the Batch account.