共用方式為


FluxConfiguration.SourceKind Property

Definition

Gets or sets source Kind to pull the configuration data from. Possible values include: 'GitRepository', 'Bucket'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to