次の方法で共有


ExpressRoutePortsLocation コンストラクター

定義

オーバーロード

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' です。

適用対象