Share via


FhirServiceAcrConfiguration.LoginServers Property

Definition

Gets or sets the list of the Azure container registry login servers.

[Newtonsoft.Json.JsonProperty(PropertyName="loginServers")]
public System.Collections.Generic.IList<string> LoginServers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="loginServers")>]
member this.LoginServers : System.Collections.Generic.IList<string> with get, set
Public Property LoginServers As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to