共用方式為


EncodedTaskRunRequest.EncodedValuesContent Property

Definition

Gets or sets base64 encoded value of the parameters/values file content.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to