Partager via


JobSchedulePatchParameter.Metadata Propriété

Définition

Obtient ou définit une liste de paires nom-valeur associées à la planification du travail 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 vous ne spécifiez pas cet élément, les métadonnées existantes restent inchangées.

S’applique à