次の方法で共有


VpnSite コンストラクター

定義

オーバーロード

VpnSite()

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

VpnSite(String, String, String, String, IDictionary<String,String>, SubResource, DeviceProperties, String, String, AddressSpace, BgpSettings, String, Nullable<Boolean>, IList<VpnSiteLink>, O365PolicyProperties, String)

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

VpnSite()

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

public VpnSite ();
Public Sub New ()

適用対象

VpnSite(String, String, String, String, IDictionary<String,String>, SubResource, DeviceProperties, String, String, AddressSpace, BgpSettings, String, Nullable<Boolean>, IList<VpnSiteLink>, O365PolicyProperties, String)

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

public VpnSite (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.SubResource virtualWan = default, Microsoft.Azure.Management.Network.Models.DeviceProperties deviceProperties = default, string ipAddress = default, string siteKey = default, Microsoft.Azure.Management.Network.Models.AddressSpace addressSpace = default, Microsoft.Azure.Management.Network.Models.BgpSettings bgpProperties = default, string provisioningState = default, bool? isSecuritySite = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VpnSiteLink> vpnSiteLinks = default, Microsoft.Azure.Management.Network.Models.O365PolicyProperties o365Policy = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.VpnSite : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.DeviceProperties * string * string * Microsoft.Azure.Management.Network.Models.AddressSpace * Microsoft.Azure.Management.Network.Models.BgpSettings * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VpnSiteLink> * Microsoft.Azure.Management.Network.Models.O365PolicyProperties * string -> Microsoft.Azure.Management.Network.Models.VpnSite
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional virtualWan As SubResource = Nothing, Optional deviceProperties As DeviceProperties = Nothing, Optional ipAddress As String = Nothing, Optional siteKey As String = Nothing, Optional addressSpace As AddressSpace = Nothing, Optional bgpProperties As BgpSettings = Nothing, Optional provisioningState As String = Nothing, Optional isSecuritySite As Nullable(Of Boolean) = Nothing, Optional vpnSiteLinks As IList(Of VpnSiteLink) = Nothing, Optional o365Policy As O365PolicyProperties = Nothing, Optional etag As String = Nothing)

パラメーター

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

virtualWan
SubResource

vpnSite が属する VirtualWAN。

deviceProperties
DeviceProperties

デバイスのプロパティ。

ipAddress
String

vpn-site の IP アドレス。

siteKey
String

接続に使用できる vpn-site のキー。

addressSpace
AddressSpace

IP アドレス範囲の配列を含む AddressSpace。

bgpProperties
BgpSettings

bgp プロパティのセット。

provisioningState
String

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

isSecuritySite
Nullable<Boolean>

IsSecuritySite フラグ。

vpnSiteLinks
IList<VpnSiteLink>

すべての VPN サイト リンクの一覧。

o365Policy
O365PolicyProperties

Office365 ポリシー。

etag
String

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

適用対象