次の方法で共有


ExpressRouteServiceProvider コンストラクター

定義

オーバーロード

ExpressRouteServiceProvider()

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

ExpressRouteServiceProvider(String, String, String, String, IDictionary<String, String>, IList<String>, IList<ExpressRouteServiceProviderBandwidthsOffered>, String)

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

ExpressRouteServiceProvider()

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

public ExpressRouteServiceProvider();
Public Sub New ()

適用対象

ExpressRouteServiceProvider(String, String, String, String, IDictionary<String, String>, IList<String>, IList<ExpressRouteServiceProviderBandwidthsOffered>, String)

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

public ExpressRouteServiceProvider(string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<string> peeringLocations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered = default, string provisioningState = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteServiceProvider : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteServiceProviderBandwidthsOffered> * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteServiceProvider
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 peeringLocations As IList(Of String) = Nothing, Optional bandwidthsOffered As IList(Of ExpressRouteServiceProviderBandwidthsOffered) = Nothing, Optional provisioningState As String = Nothing)

パラメーター

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

peeringLocations
IList<String>

ピアリングの場所の一覧。

bandwidthsOffered
IList<ExpressRouteServiceProviderBandwidthsOffered>

提供される帯域幅の一覧。

provisioningState
String

高速ルート サービス プロバイダー リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

適用対象