Kind type

Metadata to represent the container app kind, representing if a container app is workflowapp or functionapp.
KnownKind can be used interchangeably with Kind, this enum contains the known values that the service supports.

Known values supported by the service

workflowapp: workflowapp
functionapp: functionapp

type Kind = string