GatewayConnectDisconnectOrTestParameters.Operation Property
Gets or sets a GatewayConnectionUpdateOperation value that specifies the operation to perform on the connection.
Namespace: Microsoft.WindowsAzure.Management.VirtualNetworks.Models
Assembly: Microsoft.WindowsAzure.Management.VirtualNetworks (in Microsoft.WindowsAzure.Management.VirtualNetworks.dll)
Usage
'Usage
Dim instance As GatewayConnectDisconnectOrTestParameters
Dim value As GatewayConnectionUpdateOperation
value = instance.Operation
instance.Operation = value
Syntax
'Declaration
Public Property Operation As GatewayConnectionUpdateOperation
public GatewayConnectionUpdateOperation Operation { get; set; }
public:
property GatewayConnectionUpdateOperation Operation {
GatewayConnectionUpdateOperation get ();
void set (GatewayConnectionUpdateOperation value);
}
/** @property */
public GatewayConnectionUpdateOperation get_Operation ()
/** @property */
public void set_Operation (GatewayConnectionUpdateOperation value)
public function get Operation () : GatewayConnectionUpdateOperation
public function set Operation (value : GatewayConnectionUpdateOperation)
Property Value
A GatewayConnectionUpdateOperation value.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms
See Also
Reference
GatewayConnectDisconnectOrTestParameters Class
GatewayConnectDisconnectOrTestParameters Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models Namespace