Uses of Class
com.azure.resourcemanager.batch.models.BatchAccountIdentity
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return BatchAccountIdentityModifier and TypeMethodDescriptionBatchAccountInner.identity()Get the identity property: The identity of the Batch account.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type BatchAccountIdentityModifier and TypeMethodDescriptionBatchAccountInner.withIdentity(BatchAccountIdentity identity) Set the identity property: The identity of the Batch account. -
Uses of BatchAccountIdentity in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return BatchAccountIdentityModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type BatchAccountIdentityModifier 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.