IGatewayOperations.BeginFailoverAsync 方法 (String, CancellationToken)
开始故障转移虚拟网络网关操作会导致在 Azure 中的指定的虚拟网络的网络网关故障转移。 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/jj154118.aspx 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Network
程序集: Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)
语法
Task<GatewayOperationResponse> BeginFailoverAsync(
string networkName,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginFailoverAsync(
String^ networkName,
CancellationToken cancellationToken
)
abstract BeginFailoverAsync :
networkName:string *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginFailoverAsync (
networkName As String,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
参数
networkName
Type: System.String在 Azure 中的虚拟网络的名称。
cancellationToken
Type: System.Threading.CancellationToken取消标记。
返回值
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
IGatewayOperations 接口
Microsoft.WindowsAzure.Management.Network 命名空间
返回页首