VirtualWANInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
- tags
- IDictionary<String,String>
- virtualHubs
- IList<SubResource>
VirtualWAN の VirtualHubs の一覧。
- vpnSites
- IList<SubResource>
VirtualWAN 内の VpnSites の一覧。
- office365LocalBreakoutCategory
- OfficeTrafficCategory
Office ローカルブレークアウト カテゴリ。 使用可能な値は、'Optimize'、'OptimizeAndAllow'、'All'、'None' です。
- provisioningState
- ProvisioningState
仮想 WAN リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- virtualWANType
- String
VirtualWAN の種類。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET