次の方法で共有


GatewayOperationsExtensions.GetSharedKeyV2 メソッド

定義

Get Virtual Network Gateway Shared Key V2 操作は、ゲートウェイと顧客 vpn の間で使用される共有キーを取得します。

public static Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse GetSharedKeyV2(this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);
static member GetSharedKeyV2 : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayGetSharedKeyResponse
<Extension()>
Public Function GetSharedKeyV2 (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As GatewayGetSharedKeyResponse

パラメーター

operations
IGatewayOperations

Microsoft.WindowsAzure.Management.Network.IGatewayOperations への参照。

gatewayId
String

必須。 このゲートウェイ ID の仮想ネットワーク。

connectedentityId
String

必須です。 接続されたエンティティ ID。

戻り値

共有キーの取得要求への応答。

適用対象