Share via


CloudJobUpdateParameters.Metadata Property

 

Optional. Gets or sets a list of name-value pairs associated with the job as metadata. If omitted, any existing job metadata is cleared.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public IList<MetadataItem> Metadata { get; set; }
public:
property IList<MetadataItem^>^ Metadata {
    IList<MetadataItem^>^ get();
    void set(IList<MetadataItem^>^ value);
}
member Metadata : IList<MetadataItem> with get, set
Public Property Metadata As IList(Of MetadataItem)

Property Value

Type: System.Collections.Generic.IList<MetadataItem>

See Also

CloudJobUpdateParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top