NetworkStatusFilter 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 status of container networks that should be returned by query.
public enum NetworkStatusFilter
type NetworkStatusFilter =
Public Enum NetworkStatusFilter
- Inheritance
-
NetworkStatusFilter
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Indicates no filter is added on network status. |
Ready | 1 | Indicates a filter that matches container networks that are ready. |
Creating | 2 | Indicates a filter that matches container networks that are being created. |
Deleting | 4 | Indicates a filter that matches container networks that are being deleted. |
Updating | 8 | Indicates a filter that matches container networks that are being updated. |
Failed | 16 | Indicates a filter that matches container networks that are in a failed state. |
All | 65535 | Indicates no filter is added on network status. |
Applies to
Azure SDK for .NET