DockerBuildRequest.Credentials Property

Definition

Gets or sets the properties that describes a set of credentials that will be used when this run is invoked.

[Newtonsoft.Json.JsonProperty(PropertyName="credentials")]
public Microsoft.Azure.Management.ContainerRegistry.Models.Credentials Credentials { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="credentials")>]
member this.Credentials : Microsoft.Azure.Management.ContainerRegistry.Models.Credentials with get, set
Public Property Credentials As Credentials

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to