次の方法で共有


GatewayConnectionGetResponse クラス

定義

HTTP 状態コードと要求 ID を含む標準のサービス応答。

public class GatewayConnectionGetResponse : Microsoft.Azure.AzureOperationResponse
type GatewayConnectionGetResponse = class
    inherit AzureOperationResponse
Public Class GatewayConnectionGetResponse
Inherits AzureOperationResponse
継承
Microsoft.Azure.AzureOperationResponse
GatewayConnectionGetResponse

コンストラクター

GatewayConnectionGetResponse()

GatewayConnectionGetResponse クラスの新しいインスタンスを初期化します。

プロパティ

ConnectedEntityId

省略可能。 サービス キー/ローカル ネットワーク ゲートウェイ ID/Vnet ネットワーク ゲートウェイ ID。

EnableBgp

省略可能。 この接続に対して BGP が有効になっているかどうか

GatewayConnectionName

省略可能。 仮想ネットワーク ゲートウェイ接続の名前。

GatewayConnectionType

省略可能。 ゲートウェイの接続の種類: Ipsec/Dedicated/VpnClient/Vnet2Vnet。

RoutingWeight

省略可能。 ルーティングの重み。

SharedKey

省略可能。 Ipsec 共有キー。

VirtualNetworkGatewayId

省略可能。 仮想ネットワーク ゲートウェイ ID。

適用対象