次の方法で共有


VpnSiteLinkConnection クラス

定義

VpnSiteLinkConnection リソース。

[Microsoft.Rest.Serialization.JsonTransformation]
public class VpnSiteLinkConnection : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VpnSiteLinkConnection = class
    inherit SubResource
Public Class VpnSiteLinkConnection
Inherits SubResource
継承
VpnSiteLinkConnection
属性

コンストラクター

VpnSiteLinkConnection()

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

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 クラスの新しいインスタンスを初期化します。

プロパティ

ConnectionBandwidth

MBPS で想定される帯域幅を取得または設定します。

ConnectionStatus

接続の状態を取得または設定します。 指定できる値は、'Unknown'、'Connecting'、'Connected'、'NotConnected' です。

EgressBytesTransferred

転送されたエグレス バイトを取得します。

EgressNatRules

エグレス NatRules の一覧を取得または設定します。

EnableBgp

enableBgp フラグを取得または設定します。

EnableRateLimiting

enableBgp フラグを取得または設定します。

Etag

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

Id

リソース ID を取得または設定します。

(継承元 SubResource)
IngressBytesTransferred

転送されたイングレス バイトを取得します。

IngressNatRules

イングレス NatRules の一覧を取得または設定します。

IpsecPolicies

この接続によって考慮される IPSec ポリシーを取得または設定します。

Name

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

ProvisioningState

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

RoutingWeight

VPN 接続のルーティングの重みを取得または設定します。

SharedKey

VPN 接続の sharedKey を取得または設定します。

Type

リソースの種類を取得します。

UseLocalAzureIpAddress

ローカル azure ip を使用して接続を開始するを取得または設定します。

UsePolicyBasedTrafficSelectors

ポリシーベースのトラフィック セレクターを有効にするを取得または設定します。

VpnConnectionProtocolType

この接続に使用される接続プロトコルを取得または設定します。 使用できる値は、'IKEv2'、'IKEv1' です。

VpnGatewayCustomBgpAddresses

この接続で使用される vpnGatewayCustomBgpAddresses を取得または設定します。

VpnLinkConnectionMode

VPN リンク接続モードを取得または設定します。 使用できる値は、'Default'、'ResponderOnly'、'InitiatorOnly' です。

VpnSiteLink

接続されている VPN サイト リンクの ID を取得または設定します。

適用対象