ApplicationTypeDefinitionKind Enum
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.
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
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
Azure SDK for .NET