Uses of Class
com.azure.resourcemanager.batch.models.BatchPoolIdentity
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return BatchPoolIdentityModifier and TypeMethodDescriptionPoolInner.identity()Get the identity property: The type of identity used for the Batch Pool.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type BatchPoolIdentityModifier 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
Methods in com.azure.resourcemanager.batch.models that return BatchPoolIdentityModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type BatchPoolIdentityModifier 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..