Share via


ContainerGroupInner.ImageRegistryCredentials Property

Definition

Gets or sets the image registry credentials by which the container group is created from.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to