共用方式為


ContainerConfiguration.ContainerRegistries 屬性

定義

取得或設定可從中提取容器的其他私人登錄。

[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

備註

如果必須從需要認證的私人登錄下載任何映射,則必須在這裡提供這些認證。

適用於