ApplicationTypeDefinitionKind Enum

Definition

Specifies the application type definition kind.

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

C#
public enum ApplicationTypeDefinitionKind
Inheritance
ApplicationTypeDefinitionKind

Fields

Name Value Description
Invalid 0

Invalid.

ServiceFabricApplicationPackage 1

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

Compose 2

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

MeshApplicationDescription 3

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

Applies to

Product Versions
Azure SDK for .NET Legacy, Latest