ApplicationTypeDefinitionKindFilter Enum

Definition

Enumerates the filters used for matching the definition kind of applications type that should be returned by query.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ApplicationTypeDefinitionKindFilter
[<System.Flags>]
type ApplicationTypeDefinitionKindFilter = 
Public Enum ApplicationTypeDefinitionKindFilter
Inheritance
ApplicationTypeDefinitionKindFilter
Attributes

Fields

All 65535

Indicates no filter is added on definition kind.

Compose 2

Indicates a filter that matches application types defined and created implicitly as part of a compose deployment.

Default 0

Indicates no filter is added on definition kind.

MeshApplicationDescription 4

Indicates a filter that matches application types defined and created implicitly as part of a mesh application deployment.

ServiceFabricApplicationPackage 1

Indicates a filter that matches application types defined and created by a Service Fabric application package provided by the user.

Remarks

This enumeration has a FlagsAttribute that allows a bitwise combination of its members.

Applies to