Share via


PipelineTopologyUpdate.Kind Property

Definition

Gets or sets topology kind. Possible values include: 'Live', 'Batch'

[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public Microsoft.Azure.Management.VideoAnalyzer.Models.Kind? Kind { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.Kind> with get, set
Public Property Kind As Nullable(Of Kind)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to