CloudPool.ResourceTags Property

Definition

Gets or sets the user-specified tags associated with the pool.

public System.Collections.Generic.IDictionary<string,string> ResourceTags { get; set; }
member this.ResourceTags : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property ResourceTags As IDictionary(Of String, String)

Property Value

Remarks

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'.

Applies to