共用方式為


ImageRepositoryCredential.ImageRepositoryUrl Property

Definition

Gets or sets image repository url (e.g.: mcr.microsoft.com).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to