Compartilhar via


VirtualNetworkGatewayConnectionsOperationsExtensions.SetSharedKey Método

Definição

A operação Put VirtualNetworkGatewayConnectionSharedKey define a chave compartilhada de conexão de gateway de rede virtual para conexão de gateway de rede virtual passada no grupo de recursos especificado por meio do provedor de recursos de rede.

public static Microsoft.Azure.Management.Network.Models.ConnectionSharedKey SetSharedKey (this Microsoft.Azure.Management.Network.IVirtualNetworkGatewayConnectionsOperations operations, string resourceGroupName, string virtualNetworkGatewayConnectionName, Microsoft.Azure.Management.Network.Models.ConnectionSharedKey parameters);
static member SetSharedKey : Microsoft.Azure.Management.Network.IVirtualNetworkGatewayConnectionsOperations * string * string * Microsoft.Azure.Management.Network.Models.ConnectionSharedKey -> Microsoft.Azure.Management.Network.Models.ConnectionSharedKey
<Extension()>
Public Function SetSharedKey (operations As IVirtualNetworkGatewayConnectionsOperations, resourceGroupName As String, virtualNetworkGatewayConnectionName As String, parameters As ConnectionSharedKey) As ConnectionSharedKey

Parâmetros

operations
IVirtualNetworkGatewayConnectionsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

virtualNetworkGatewayConnectionName
String

O nome da conexão do gateway de rede virtual.

parameters
ConnectionSharedKey

Parâmetros fornecidos para a operação de chave compartilhada Begin Set Rede Virtual Gateway por meio do provedor de recursosNetwork.

Retornos

Aplica-se a