Uses of Enum Class
org.azd.enums.TaskAgentPoolType
Packages that use TaskAgentPoolType
-
Uses of TaskAgentPoolType in org.azd.distributedtask.types
Methods in org.azd.distributedtask.types that return TaskAgentPoolTypeMethods in org.azd.distributedtask.types with parameters of type TaskAgentPoolTypeModifier and TypeMethodDescriptionvoidTaskAgentPoolReference.setPoolType(TaskAgentPoolType poolType) -
Uses of TaskAgentPoolType in org.azd.enums
Methods in org.azd.enums that return TaskAgentPoolTypeModifier and TypeMethodDescriptionstatic TaskAgentPoolTypeReturns the enum constant of this class with the specified name.static TaskAgentPoolType[]TaskAgentPoolType.values()Returns an array containing the constants of this enum class, in the order they are declared.