Share via


ContainerAppData.Kind Property

Definition

Metadata to represent the container app kind, representing if a container app is workflowapp or functionapp.

public Azure.ResourceManager.AppContainers.Models.ContainerAppKind? Kind { get; set; }
member this.Kind : Nullable<Azure.ResourceManager.AppContainers.Models.ContainerAppKind> with get, set
Public Property Kind As Nullable(Of ContainerAppKind)

Property Value

Applies to