IGatewayOperations.BeginResetSharedKeyAsync 方法 (String, String, GatewayResetSharedKeyParameters, CancellationToken)
开始重置虚拟网络网关共享密钥操作将为指定的虚拟网络连接上的虚拟网络网关的共享的密钥重置为在 Azure 中指定的本地网络。 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Network
程序集: Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)
语法
Task<GatewayOperationResponse> BeginResetSharedKeyAsync(
string networkName,
string localNetworkName,
GatewayResetSharedKeyParameters parameters,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginResetSharedKeyAsync(
String^ networkName,
String^ localNetworkName,
GatewayResetSharedKeyParameters^ parameters,
CancellationToken cancellationToken
)
abstract BeginResetSharedKeyAsync :
networkName:string *
localNetworkName:string *
parameters:GatewayResetSharedKeyParameters *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginResetSharedKeyAsync (
networkName As String,
localNetworkName As String,
parameters As GatewayResetSharedKeyParameters,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
参数
networkName
Type: System.String此网关的虚拟网络的的名称。
localNetworkName
Type: System.String本地网络的名称。
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayResetSharedKeyParameters提供对开始虚拟网络网关重置共享密钥请求的参数。
cancellationToken
Type: System.Threading.CancellationToken取消标记。
返回值
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
IGatewayOperations 接口
Microsoft.WindowsAzure.Management.Network 命名空间
返回页首