Interface Pool.UpdateStages.WithResourceTags

All Known Subinterfaces:
Pool.Update
Enclosing interface:
Pool.UpdateStages

public static interface Pool.UpdateStages.WithResourceTags
The stage of the Pool update allowing to specify resourceTags.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the resourceTags property: The user-defined tags to be associated with the Azure Batch Pool.
  • Method Details

    • withResourceTags

      Pool.Update withResourceTags(Map<String,String> resourceTags)
      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.