VpnConnectionInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
- connectionStatus
- VpnConnectionStatus
接続の状態。 指定できる値は、'Unknown'、'Connecting'、'Connected'、'NotConnected' です。
- vpnConnectionProtocolType
- VirtualNetworkGatewayConnectionProtocol
この接続に使用される接続プロトコル。 指定できる値は、'IKEv2'、'IKEv1' です。
- sharedKey
- String
VPN 接続の SharedKey。
- ipsecPolicies
- IList<IpsecPolicy>
この接続によって考慮される IPSec ポリシー。
- provisioningState
- ProvisioningState
VPN 接続リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- vpnLinkConnections
- IList<VpnSiteLinkConnectionInner>
ゲートウェイへのすべての VPN サイト リンク接続の一覧。
- name
- String
リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET