次の方法で共有


VpnConnection コンストラクター

定義

オーバーロード

VpnConnection()

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

VpnConnection(String, SubResource, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>, IList<IpsecPolicy>, IList<TrafficSelectorPolicy>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, IList<VpnSiteLinkConnection>, RoutingConfiguration, String, String)

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

VpnConnection()

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

public VpnConnection ();
Public Sub New ()

適用対象

VpnConnection(String, SubResource, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>, IList<IpsecPolicy>, IList<TrafficSelectorPolicy>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, IList<VpnSiteLinkConnection>, RoutingConfiguration, String, String)

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

public VpnConnection (string id = default, Microsoft.Azure.Management.Network.Models.SubResource remoteVpnSite = default, int? routingWeight = default, int? dpdTimeoutSeconds = default, string connectionStatus = default, string vpnConnectionProtocolType = default, long? ingressBytesTransferred = default, long? egressBytesTransferred = default, int? connectionBandwidth = default, string sharedKey = default, bool? enableBgp = default, bool? usePolicyBasedTrafficSelectors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IpsecPolicy> ipsecPolicies = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TrafficSelectorPolicy> trafficSelectorPolicies = default, bool? enableRateLimiting = default, bool? enableInternetSecurity = default, bool? useLocalAzureIpAddress = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VpnSiteLinkConnection> vpnLinkConnections = default, Microsoft.Azure.Management.Network.Models.RoutingConfiguration routingConfiguration = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.VpnConnection : string * Microsoft.Azure.Management.Network.Models.SubResource * Nullable<int> * Nullable<int> * string * string * Nullable<int64> * Nullable<int64> * Nullable<int> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IpsecPolicy> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.TrafficSelectorPolicy> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VpnSiteLinkConnection> * Microsoft.Azure.Management.Network.Models.RoutingConfiguration * string * string -> Microsoft.Azure.Management.Network.Models.VpnConnection
Public Sub New (Optional id As String = Nothing, Optional remoteVpnSite As SubResource = Nothing, Optional routingWeight As Nullable(Of Integer) = Nothing, Optional dpdTimeoutSeconds As Nullable(Of Integer) = Nothing, Optional connectionStatus As String = Nothing, Optional vpnConnectionProtocolType As String = Nothing, Optional ingressBytesTransferred As Nullable(Of Long) = Nothing, Optional egressBytesTransferred As Nullable(Of Long) = Nothing, Optional connectionBandwidth As Nullable(Of Integer) = Nothing, Optional sharedKey As String = Nothing, Optional enableBgp As Nullable(Of Boolean) = Nothing, Optional usePolicyBasedTrafficSelectors As Nullable(Of Boolean) = Nothing, Optional ipsecPolicies As IList(Of IpsecPolicy) = Nothing, Optional trafficSelectorPolicies As IList(Of TrafficSelectorPolicy) = Nothing, Optional enableRateLimiting As Nullable(Of Boolean) = Nothing, Optional enableInternetSecurity As Nullable(Of Boolean) = Nothing, Optional useLocalAzureIpAddress As Nullable(Of Boolean) = Nothing, Optional provisioningState As String = Nothing, Optional vpnLinkConnections As IList(Of VpnSiteLinkConnection) = Nothing, Optional routingConfiguration As RoutingConfiguration = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

パラメーター

id
String

リソースの ID

remoteVpnSite
SubResource

接続されている VPN サイトの ID。

routingWeight
Nullable<Int32>

VPN 接続のルーティングの重み。

dpdTimeoutSeconds
Nullable<Int32>

VPN 接続の DPD タイムアウト (秒単位)。

connectionStatus
String

接続の状態。 指定できる値は、'Unknown'、'Connecting'、'Connected'、'NotConnected' です。

vpnConnectionProtocolType
String

この接続に使用される接続プロトコル。 使用できる値は、'IKEv2'、'IKEv1' です。

ingressBytesTransferred
Nullable<Int64>

転送されたイングレス バイト。

egressBytesTransferred
Nullable<Int64>

転送されたエグレス バイト。

connectionBandwidth
Nullable<Int32>

MBPS で想定される帯域幅。

sharedKey
String

Vpn 接続の SharedKey。

enableBgp
Nullable<Boolean>

EnableBgp フラグ。

usePolicyBasedTrafficSelectors
Nullable<Boolean>

ポリシーベースのトラフィック セレクターを有効にします。

ipsecPolicies
IList<IpsecPolicy>

この接続によって考慮される IPSec ポリシー。

trafficSelectorPolicies
IList<TrafficSelectorPolicy>

この接続によって考慮されるトラフィック セレクター ポリシー。

enableRateLimiting
Nullable<Boolean>

EnableBgp フラグ。

enableInternetSecurity
Nullable<Boolean>

インターネット セキュリティを有効にします。

useLocalAzureIpAddress
Nullable<Boolean>

ローカル azure ip を使用して接続を開始します。

provisioningState
String

VPN 接続リソースのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。

vpnLinkConnections
IList<VpnSiteLinkConnection>

ゲートウェイへのすべての VPN サイト リンク接続の一覧。

routingConfiguration
RoutingConfiguration

この接続に関連付けられているルート テーブルと伝達されたルート テーブルを示すルーティング構成。

name
String

リソース グループ内で一意のリソースの名前。 この名前は、リソースへのアクセスに使用できます。

etag
String

リソースが更新されるたびに変更される一意の読み取り専用文字列。

適用対象