GatewayOperationStatus Enumeration
The status of the asynchronous request.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public enum GatewayOperationStatus
public enum class GatewayOperationStatus
type GatewayOperationStatus
Public Enumeration GatewayOperationStatus
Members
Member name | Description | |
---|---|---|
Failed | The asynchronous request failed. |
|
InProgress | The asynchronous request is in progress. |
|
Successful | The asynchronous request succeeded. |
See Also
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top