Partager via


JobPatchParameter.Metadata Propriété

Définition

Obtient ou définit une liste de paires nom-valeur associées à la tâche en tant que métadonnées.

[Newtonsoft.Json.JsonProperty(PropertyName="metadata")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> Metadata { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="metadata")>]
member this.Metadata : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.MetadataItem> with get, set
Public Property Metadata As IList(Of MetadataItem)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Si elles sont omises, les métadonnées de travail existantes restent inchangées.

S’applique à