ContainerConfiguration.ContainerRegistries 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定可從中提取容器的其他私人登錄。
[Newtonsoft.Json.JsonProperty(PropertyName="containerRegistries")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.ContainerRegistry> ContainerRegistries { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="containerRegistries")>]
member this.ContainerRegistries : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.ContainerRegistry> with get, set
Public Property ContainerRegistries As IList(Of ContainerRegistry)
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute
備註
如果必須從需要認證的私人登錄下載任何映射,則必須在這裡提供這些認證。