Share via


ImageRegistryCredential.Server Property

Definition

Gets or sets the Docker image registry server without a protocol such as "http" and "https".

[Newtonsoft.Json.JsonProperty(PropertyName="server")]
public string Server { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="server")>]
member this.Server : string with get, set
Public Property Server As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to