VpnSiteLinkConnection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
VpnSiteLinkConnection()
VpnSiteLinkConnection クラスの新しいインスタンスを初期化します。
public VpnSiteLinkConnection ();
Public Sub New ()
適用対象
VpnSiteLinkConnection(String, SubResource, Nullable<Int32>, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>, String, Nullable<Boolean>, IList<GatewayCustomBgpIpAddressIpConfiguration>, Nullable<Boolean>, IList<IpsecPolicy>, Nullable<Boolean>, Nullable<Boolean>, String, IList<SubResource>, IList<SubResource>, String, String, String)
VpnSiteLinkConnection クラスの新しいインスタンスを初期化します。
public VpnSiteLinkConnection (string id = default, Microsoft.Azure.Management.Network.Models.SubResource vpnSiteLink = default, int? routingWeight = default, string vpnLinkConnectionMode = default, string connectionStatus = default, string vpnConnectionProtocolType = default, long? ingressBytesTransferred = default, long? egressBytesTransferred = default, int? connectionBandwidth = default, string sharedKey = default, bool? enableBgp = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.GatewayCustomBgpIpAddressIpConfiguration> vpnGatewayCustomBgpAddresses = default, bool? usePolicyBasedTrafficSelectors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IpsecPolicy> ipsecPolicies = default, bool? enableRateLimiting = default, bool? useLocalAzureIpAddress = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> ingressNatRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> egressNatRules = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.VpnSiteLinkConnection : string * Microsoft.Azure.Management.Network.Models.SubResource * Nullable<int> * string * string * string * Nullable<int64> * Nullable<int64> * Nullable<int> * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.GatewayCustomBgpIpAddressIpConfiguration> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.IpsecPolicy> * Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * string * string -> Microsoft.Azure.Management.Network.Models.VpnSiteLinkConnection
Public Sub New (Optional id As String = Nothing, Optional vpnSiteLink As SubResource = Nothing, Optional routingWeight As Nullable(Of Integer) = Nothing, Optional vpnLinkConnectionMode As String = 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 vpnGatewayCustomBgpAddresses As IList(Of GatewayCustomBgpIpAddressIpConfiguration) = Nothing, Optional usePolicyBasedTrafficSelectors As Nullable(Of Boolean) = Nothing, Optional ipsecPolicies As IList(Of IpsecPolicy) = Nothing, Optional enableRateLimiting As Nullable(Of Boolean) = Nothing, Optional useLocalAzureIpAddress As Nullable(Of Boolean) = Nothing, Optional provisioningState As String = Nothing, Optional ingressNatRules As IList(Of SubResource) = Nothing, Optional egressNatRules As IList(Of SubResource) = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
パラメーター
- id
- String
リソースの ID
- vpnSiteLink
- SubResource
接続された VPN サイト リンクの ID。
- vpnLinkConnectionMode
- String
Vpn リンク接続モード。 使用できる値は、'Default'、'ResponderOnly'、'InitiatorOnly' です。
- connectionStatus
- String
接続の状態。 指定できる値は、'Unknown'、'Connecting'、'Connected'、'NotConnected' です。
- vpnConnectionProtocolType
- String
この接続に使用される接続プロトコル。 使用できる値は、'IKEv2'、'IKEv1' です。
- sharedKey
- String
Vpn 接続の SharedKey。
- vpnGatewayCustomBgpAddresses
- IList<GatewayCustomBgpIpAddressIpConfiguration>
この接続で使用される vpnGatewayCustomBgpAddresses。
- ipsecPolicies
- IList<IpsecPolicy>
この接続によって考慮される IPSec ポリシー。
- provisioningState
- String
VPN サイト リンク接続リソースのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。
- ingressNatRules
- IList<SubResource>
イングレス NatRules の一覧。
- egressNatRules
- IList<SubResource>
エグレス NatRules の一覧。
- name
- String
リソース グループ内で一意のリソースの名前。 この名前は、リソースへのアクセスに使用できます。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- type
- String
リソースの種類。
適用対象
Azure SDK for .NET