Interface Pool.DefinitionStages.WithResourceTags
- All Known Subinterfaces:
Pool.Definition,Pool.DefinitionStages.WithCreate
- Enclosing interface:
- Pool.DefinitionStages
public static interface Pool.DefinitionStages.WithResourceTags
The stage of the Pool definition allowing to specify resourceTags.
-
Method Summary
Modifier and TypeMethodDescriptionwithResourceTags(Map<String, String> resourceTags) Specifies the resourceTags property: The user-defined tags to be associated with the Azure Batch Pool.
-
Method Details
-
withResourceTags
Specifies the resourceTags property: The user-defined tags to be associated with the Azure Batch Pool. When specified, these tags are propagated to the backing Azure resources associated with the pool. This property can only be specified when the Batch account was created with the poolAllocationMode property set to 'UserSubscription'..- Parameters:
resourceTags- The user-defined tags to be associated with the Azure Batch Pool. When specified, these tags are propagated to the backing Azure resources associated with the pool. This property can only be specified when the Batch account was created with the poolAllocationMode property set to 'UserSubscription'.- Returns:
- the next definition stage.
-