Share via


BatchJobUpdateOptions.Metadata Property

Definition

A list of name-value pairs associated with the Job as metadata. If omitted, the existing Job metadata is left unchanged.

public System.Collections.Generic.IList<Azure.Compute.Batch.BatchMetadataItem> Metadata { get; }
member this.Metadata : System.Collections.Generic.IList<Azure.Compute.Batch.BatchMetadataItem>
Public ReadOnly Property Metadata As IList(Of BatchMetadataItem)

Property Value

Applies to