GatewayConnectionUpdateOperation Enumeration
Specifies the operation to perform on the connection. Can be set to Connect, Disconnect, or Test to connect to a local network, disconnect from a local network, or test the gateway's connection to a local network site.
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public enum GatewayConnectionUpdateOperation
public enum class GatewayConnectionUpdateOperation
type GatewayConnectionUpdateOperation
Public Enumeration GatewayConnectionUpdateOperation
Members
Member name | Description | |
---|---|---|
Connect | ||
Disconnect | ||
Test |
See Also
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top