GatewayOperationStatus Enumeration

Specifies the status of an asynchronous request.

Namespace: Microsoft.WindowsAzure.Management.VirtualNetworks.Models
Assembly: Microsoft.WindowsAzure.Management.VirtualNetworks (in Microsoft.WindowsAzure.Management.VirtualNetworks.dll)

Usage

'Usage
Dim instance As GatewayOperationStatus

Syntax

'Declaration
Public Enumeration GatewayOperationStatus
public enum GatewayOperationStatus
public enum class GatewayOperationStatus
public enum GatewayOperationStatus
public enum GatewayOperationStatus

Members

Member name Description
Failed Specifies that the asynchronous request failed.
InProgress Specifies that the asynchronous request is in progress.
Successful Specifies that the asynchronous request succeeded.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

Microsoft.WindowsAzure.Management.VirtualNetworks.Models Namespace