Share via


GatewayConnectDisconnectOrTestParameters.Operation Property

 

Required. 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 GatewayConnectionUpdateOperation Operation { get; set; }
public:
property GatewayConnectionUpdateOperation Operation {
    GatewayConnectionUpdateOperation get();
    void set(GatewayConnectionUpdateOperation value);
}
member Operation : GatewayConnectionUpdateOperation with get, set
Public Property Operation As GatewayConnectionUpdateOperation

Property Value

Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectionUpdateOperation

See Also

GatewayConnectDisconnectOrTestParameters Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top