GatewayConnectDisconnectOrTestParameters.Operation 属性

 

必需。 指定要对连接执行的操作。 可以设置为连接、 断开连接时或测试若要连接到本地网络,请断开与本地网络的连接或测试与本地网络站点的网关的连接。

命名空间:   Microsoft.WindowsAzure.Management.Network.Models
程序集:  Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)

语法

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

属性值

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

请参阅

GatewayConnectDisconnectOrTestParameters 类
Microsoft.WindowsAzure.Management.Network.Models 命名空间

返回页首