次の方法で共有


VirtualWANInner コンストラクター

定義

オーバーロード

VirtualWANInner()

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

VirtualWANInner(String, String, String, String, IDictionary<String, String>, Nullable<Boolean>, IList<SubResource>, IList<SubResource>, Nullable<Boolean>, Nullable<Boolean>, OfficeTrafficCategory, ProvisioningState, String, String)

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

VirtualWANInner()

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

public VirtualWANInner ();
Public Sub New ()

適用対象

VirtualWANInner(String, String, String, String, IDictionary<String, String>, Nullable<Boolean>, IList<SubResource>, IList<SubResource>, Nullable<Boolean>, Nullable<Boolean>, OfficeTrafficCategory, ProvisioningState, String, String)

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

public VirtualWANInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? disableVpnEncryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> virtualHubs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> vpnSites = default, bool? allowBranchToBranchTraffic = default, bool? allowVnetToVnetTraffic = default, Microsoft.Azure.Management.Network.Fluent.Models.OfficeTrafficCategory office365LocalBreakoutCategory = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string virtualWANType = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VirtualWANInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Network.Fluent.Models.OfficeTrafficCategory * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.VirtualWANInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional disableVpnEncryption As Nullable(Of Boolean) = Nothing, Optional virtualHubs As IList(Of SubResource) = Nothing, Optional vpnSites As IList(Of SubResource) = Nothing, Optional allowBranchToBranchTraffic As Nullable(Of Boolean) = Nothing, Optional allowVnetToVnetTraffic As Nullable(Of Boolean) = Nothing, Optional office365LocalBreakoutCategory As OfficeTrafficCategory = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional virtualWANType As String = Nothing, Optional etag As String = Nothing)

パラメーター

location
String
id
String
name
String
type
String
disableVpnEncryption
Nullable<Boolean>

VPN 暗号化を無効にするかどうか。

virtualHubs
IList<SubResource>

VirtualWAN の VirtualHubs の一覧。

vpnSites
IList<SubResource>

VirtualWAN 内の VpnSites の一覧。

allowBranchToBranchTraffic
Nullable<Boolean>

True を指定すると、分岐間トラフィックが許可されます。

allowVnetToVnetTraffic
Nullable<Boolean>

True を指定すると、Vnet 間のトラフィックが許可されます。

office365LocalBreakoutCategory
OfficeTrafficCategory

Office ローカルブレークアウト カテゴリ。 使用可能な値は、'Optimize'、'OptimizeAndAllow'、'All'、'None' です。

provisioningState
ProvisioningState

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

virtualWANType
String

VirtualWAN の種類。

etag
String

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

適用対象