Uses of Class
com.azure.resourcemanager.batch.models.BatchPoolIdentity
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of BatchPoolIdentity in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPoolInner.identity()
Get the identity property: The type of identity used for the Batch Pool.Modifier and TypeMethodDescriptionPoolInner.withIdentity
(BatchPoolIdentity identity) Set the identity property: The type of identity used for the Batch Pool. -
Uses of BatchPoolIdentity in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPool.identity()
Gets the identity property: The type of identity used for the Batch Pool.BatchPoolIdentity.withType
(PoolIdentityType type) Set the type property: The type of identity used for the Batch Pool.BatchPoolIdentity.withUserAssignedIdentities
(Map<String, UserAssignedIdentities> userAssignedIdentities) Set the userAssignedIdentities property: The list of user identities associated with the Batch pool.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithIdentity.withIdentity
(BatchPoolIdentity identity) Specifies the identity property: The type of identity used for the Batch Pool..Pool.UpdateStages.WithIdentity.withIdentity
(BatchPoolIdentity identity) Specifies the identity property: The type of identity used for the Batch Pool..