GitHubActionContainerConfiguration.ServerUrl Property

Definition

Gets or sets the server URL for the container registry where the build will be hosted.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to