ExpressRoutePortsLocation コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ExpressRoutePortsLocation() |
ExpressRoutePortsLocation クラスの新しいインスタンスを初期化します。 |
ExpressRoutePortsLocation(String, String, String, String, IDictionary<String, String>, String, String, IList<ExpressRoutePortsLocationBandwidths>, String) |
ExpressRoutePortsLocation クラスの新しいインスタンスを初期化します。 |
ExpressRoutePortsLocation()
ExpressRoutePortsLocation クラスの新しいインスタンスを初期化します。
public ExpressRoutePortsLocation();
Public Sub New ()
適用対象
ExpressRoutePortsLocation(String, String, String, String, IDictionary<String, String>, String, String, IList<ExpressRoutePortsLocationBandwidths>, String)
ExpressRoutePortsLocation クラスの新しいインスタンスを初期化します。
public ExpressRoutePortsLocation(string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string address = default, string contact = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocationBandwidths> availableBandwidths = default, string provisioningState = default);
new Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocation : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocationBandwidths> * string -> Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocation
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 address As String = Nothing, Optional contact As String = Nothing, Optional availableBandwidths As IList(Of ExpressRoutePortsLocationBandwidths) = Nothing, Optional provisioningState As String = Nothing)
パラメーター
- id
- String
リソースの ID
- name
- String
リソース名。
- type
- String
リソースの種類。
- location
- String
リソースの場所。
- tags
- IDictionary<String,String>
リソース タグ。
- address
- String
ピアリングの場所のアドレス。
- contact
- String
ピアリングの場所の連絡先の詳細。
- availableBandwidths
- IList<ExpressRoutePortsLocationBandwidths>
使用可能な ExpressRoutePort 帯域幅のインベントリ。
- provisioningState
- String
高速ルート ポートの場所リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET