GatewayOperationsExtensions.ConnectDisconnectOrTest 方法 (IGatewayOperations, String, String, GatewayConnectDisconnectOrTestParameters)
若要连接、 从其断开连接或测试与本地网络站点的连接、 访问表示本地网络的连接资源和指定连接,断开或测试,以执行所需的操作。 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/jj154107.aspx 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Network
程序集: Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)
语法
public static GatewayGetOperationStatusResponse ConnectDisconnectOrTest(
this IGatewayOperations operations,
string networkName,
string localNetworkSiteName,
GatewayConnectDisconnectOrTestParameters parameters
)
public:
[ExtensionAttribute]
static GatewayGetOperationStatusResponse^ ConnectDisconnectOrTest(
IGatewayOperations^ operations,
String^ networkName,
String^ localNetworkSiteName,
GatewayConnectDisconnectOrTestParameters^ parameters
)
static member ConnectDisconnectOrTest :
operations:IGatewayOperations *
networkName:string *
localNetworkSiteName:string *
parameters:GatewayConnectDisconnectOrTestParameters -> GatewayGetOperationStatusResponse
<ExtensionAttribute>
Public Shared Function ConnectDisconnectOrTest (
operations As IGatewayOperations,
networkName As String,
localNetworkSiteName As String,
parameters As GatewayConnectDisconnectOrTestParameters
) As GatewayGetOperationStatusResponse
参数
operations
Type: Microsoft.WindowsAzure.Management.Network.IGatewayOperations对 Microsoft.WindowsAzure.Management.Network.IGatewayOperations 引用。
networkName
Type: System.String必需。 此网关的虚拟网络的的名称。
localNetworkSiteName
Type: System.String必需。 要连接到的站点名称。
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayConnectDisconnectOrTestParameters必需。 提供给该连接断开的连接或测试网关操作的参数。
返回值
Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayGetOperationStatusResponse
响应正文包含指定异步操作的状态,指示其已成功、正在进行还是失败。 请注意此状态为获取操作状态操作本身返回的 HTTP 状态代码不同。 如果异步操作成功,则响应正文包含成功请求的 HTTP 状态代码。 如果异步操作失败,则响应正文包含失败请求的 HTTP 状态代码,还包含关于失败的错误信息。
请参阅
GatewayOperationsExtensions 类
Microsoft.WindowsAzure.Management.Network 命名空间
返回页首