Freigeben über


VirtualNetworkGatewayConnectionsOperationsExtensions.SetSharedKeyAsync Methode

Definition

Der Vorgang Put VirtualNetworkGatewayConnectionSharedKey legt den freigegebenen Schlüssel für die Verbindung des virtuellen Netzwerkgateways für die übergebene Gatewayverbindung des virtuellen Netzwerks in der angegebenen Ressourcengruppe über den Netzwerkressourcenanbieter fest.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ConnectionSharedKeyInner> SetSharedKeyAsync (this Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnectionsOperations operations, string resourceGroupName, string virtualNetworkGatewayConnectionName, Microsoft.Azure.Management.Network.Fluent.Models.ConnectionSharedKeyInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member SetSharedKeyAsync : Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnectionsOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ConnectionSharedKeyInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ConnectionSharedKeyInner>
<Extension()>
Public Function SetSharedKeyAsync (operations As IVirtualNetworkGatewayConnectionsOperations, resourceGroupName As String, virtualNetworkGatewayConnectionName As String, parameters As ConnectionSharedKeyInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConnectionSharedKeyInner)

Parameter

operations
IVirtualNetworkGatewayConnectionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

virtualNetworkGatewayConnectionName
String

Der Verbindungsname des Gateways für virtuelle Netzwerke.

parameters
ConnectionSharedKeyInner

Parameter, die für den Vorgang Begin Set Virtual Network Gateway connection Shared key überNetwork-Ressourcenanbieter bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: