Uses of Enum
com.azure.resourcemanager.batch.models.PoolIdentityType
Packages that use PoolIdentityType
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of PoolIdentityType in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return PoolIdentityTypeModifier and TypeMethodDescriptionstatic PoolIdentityTypePoolIdentityType.fromString(String value) Parses a serialized value to a PoolIdentityType instance.BatchPoolIdentity.type()Get the type property: The type of identity used for the Batch Pool.static PoolIdentityTypeReturns the enum constant of this type with the specified name.static PoolIdentityType[]PoolIdentityType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.batch.models with parameters of type PoolIdentityTypeModifier and TypeMethodDescriptionBatchPoolIdentity.withType(PoolIdentityType type) Set the type property: The type of identity used for the Batch Pool.