ApplicationDefinitionKindFilter 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.
Enumerates the filters used for matching the definition kind of applications that should be returned by query.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum ApplicationDefinitionKindFilter
[<System.Flags>]
type ApplicationDefinitionKindFilter =
Public Enum ApplicationDefinitionKindFilter
- Inheritance
-
ApplicationDefinitionKindFilter
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Indicates no filter is added on definition kind. |
ServiceFabricApplicationDescription | 1 | Indicates a filter that matches applications defined by ApplicationDescription. |
Compose | 2 | Indicates a filter that matches applications defined by compose file(s). |
MeshApplicationDescription | 4 | Indicates a filter that matches applications defined by mesh application description. |
All | 65535 | Indicates no filter is added on definition kind. |
Remarks
This enumeration has a FlagsAttribute that allows a bitwise combination of its members.
Applies to
Azure SDK for .NET