ContainerAppData.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)