ApplicationTypeDefinitionKind enum

type: string

The mechanism used to define a Service Fabric application type.

Possible values are:

  • Invalid - Indicates the application type definition kind is invalid. All Service Fabric enumerations have the invalid type. The value is 0.
  • ServiceFabricApplicationPackage - Indicates the application type is defined and created by a Service Fabric application package provided by the user. The value is 1.
  • Compose - Indicates the application type is defined and created implicitly as part of a compose deployment. The value is 2.