ApplicationTypeDefinitionKind Enum

Definition

Specifies the application type definition kind.

Specifies mechanism user used to define a Service Fabric application type.

public enum ApplicationTypeDefinitionKind
type ApplicationTypeDefinitionKind = 
Public Enum ApplicationTypeDefinitionKind
Inheritance
ApplicationTypeDefinitionKind

Fields

Compose 2

Indicates that the application type is defined and created implicitly as part of a compose deployment.

Invalid 0

Invalid.

MeshApplicationDescription 3

Indicates that the application type is defined and created implicitly as part of a Mesh application deployment.

ServiceFabricApplicationPackage 1

Indicates that the application type is defined and created by a Service Fabric application package provided by the user.

Applies to