次の方法で共有


VpnConnectionInner コンストラクター

定義

オーバーロード

VpnConnectionInner()

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

VpnConnectionInner(String, SubResource, Nullable<Int32>, VpnConnectionStatus, VirtualNetworkGatewayConnectionProtocol, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>, IList<IpsecPolicy>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, ProvisioningState, IList<VpnSiteLinkConnectionInner>, String, String)

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

VpnConnectionInner()

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

public VpnConnectionInner ();
Public Sub New ()

適用対象

VpnConnectionInner(String, SubResource, Nullable<Int32>, VpnConnectionStatus, VirtualNetworkGatewayConnectionProtocol, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>, IList<IpsecPolicy>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, ProvisioningState, IList<VpnSiteLinkConnectionInner>, String, String)

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

public VpnConnectionInner (string id = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource remoteVpnSite = default, int? routingWeight = default, Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionStatus connectionStatus = default, Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkGatewayConnectionProtocol 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.Fluent.Models.IpsecPolicy> ipsecPolicies = default, bool? enableRateLimiting = default, bool? enableInternetSecurity = default, bool? useLocalAzureIpAddress = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteLinkConnectionInner> vpnLinkConnections = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionInner : string * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Nullable<int> * Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionStatus * Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkGatewayConnectionProtocol * Nullable<int64> * Nullable<int64> * Nullable<int> * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.IpsecPolicy> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteLinkConnectionInner> * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionInner
Public Sub New (Optional id As String = Nothing, Optional remoteVpnSite As SubResource = Nothing, Optional routingWeight As Nullable(Of Integer) = Nothing, Optional connectionStatus As VpnConnectionStatus = Nothing, Optional vpnConnectionProtocolType As VirtualNetworkGatewayConnectionProtocol = 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 enableRateLimiting As Nullable(Of Boolean) = Nothing, Optional enableInternetSecurity As Nullable(Of Boolean) = Nothing, Optional useLocalAzureIpAddress As Nullable(Of Boolean) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional vpnLinkConnections As IList(Of VpnSiteLinkConnectionInner) = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

パラメーター

id
String
remoteVpnSite
SubResource

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

routingWeight
Nullable<Int32>

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

connectionStatus
VpnConnectionStatus

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

vpnConnectionProtocolType
VirtualNetworkGatewayConnectionProtocol

この接続に使用される接続プロトコル。 指定できる値は、'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 ポリシー。

enableRateLimiting
Nullable<Boolean>

EnableBgp フラグ。

enableInternetSecurity
Nullable<Boolean>

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

useLocalAzureIpAddress
Nullable<Boolean>

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

provisioningState
ProvisioningState

VPN 接続リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

vpnLinkConnections
IList<VpnSiteLinkConnectionInner>

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

name
String

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

etag
String

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

適用対象