Share via


BatchAccountPoolData.ResourceTags Property

Definition

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

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

Property Value

Applies to