Pool.Metadata 속성

정의

풀과 연결된 이름-값 쌍의 목록을 메타데이터로 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

Batch 서비스는 메타데이터에 의미를 할당하지 않습니다. 사용자 코드를 사용하기 위한 것입니다.

적용 대상