BlobStorageResourceOptions.Tags Property

Definition

Optional. Defines tags to set on the destination blob.

Applies to upload and copy transfers.

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

Property Value

Applies to