Compartir a través de


ContainerGroup.ImageRegistryCredentials Propiedad

Definición

Obtiene o establece las credenciales del Registro de imágenes a partir de las cuales se crea el grupo de contenedores.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a