ExpressRoutePort コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ExpressRoutePort() |
ExpressRoutePort クラスの新しいインスタンスを初期化します。 |
ExpressRoutePort(String, String, String, String, IDictionary<String, String>, String, Nullable<Int32>, Nullable<Double>, String, String, String, String, IList<ExpressRouteLink>, IList<SubResource>, String, String, String, String, ManagedServiceIdentity) |
ExpressRoutePort クラスの新しいインスタンスを初期化します。 |
ExpressRoutePort()
ExpressRoutePort クラスの新しいインスタンスを初期化します。
public ExpressRoutePort ();
Public Sub New ()
適用対象
ExpressRoutePort(String, String, String, String, IDictionary<String, String>, String, Nullable<Int32>, Nullable<Double>, String, String, String, String, IList<ExpressRouteLink>, IList<SubResource>, String, String, String, String, ManagedServiceIdentity)
ExpressRoutePort クラスの新しいインスタンスを初期化します。
public ExpressRoutePort (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string peeringLocation = default, int? bandwidthInGbps = default, double? provisionedBandwidthInGbps = default, string mtu = default, string encapsulation = default, string etherType = default, string allocationDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteLink> links = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> circuits = default, string provisioningState = default, string resourceGuid = default, string billingType = default, string etag = default, Microsoft.Azure.Management.Network.Models.ManagedServiceIdentity identity = default);
new Microsoft.Azure.Management.Network.Models.ExpressRoutePort : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int> * Nullable<double> * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteLink> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * string * string * string * Microsoft.Azure.Management.Network.Models.ManagedServiceIdentity -> Microsoft.Azure.Management.Network.Models.ExpressRoutePort
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 peeringLocation As String = Nothing, Optional bandwidthInGbps As Nullable(Of Integer) = Nothing, Optional provisionedBandwidthInGbps As Nullable(Of Double) = Nothing, Optional mtu As String = Nothing, Optional encapsulation As String = Nothing, Optional etherType As String = Nothing, Optional allocationDate As String = Nothing, Optional links As IList(Of ExpressRouteLink) = Nothing, Optional circuits As IList(Of SubResource) = Nothing, Optional provisioningState As String = Nothing, Optional resourceGuid As String = Nothing, Optional billingType As String = Nothing, Optional etag As String = Nothing, Optional identity As ManagedServiceIdentity = Nothing)
パラメーター
- id
- String
リソースの ID
- name
- String
リソース名。
- type
- String
リソースの種類。
- location
- String
リソースの場所。
- tags
- IDictionary<String,String>
リソース タグ。
- peeringLocation
- String
ExpressRoutePort が物理的にマップされるピアリングの場所の名前。
- mtu
- String
物理ポート ペアの最大伝送単位。
- encapsulation
- String
物理ポートのカプセル化方法。 使用できる値は、'Dot1Q'、'QinQ' です。
- etherType
- String
物理ポートの Ether の種類。
- allocationDate
- String
承認状で使用される物理ポート割り当ての日付。
- links
- IList<ExpressRouteLink>
ExpressRouteLink Sub-Resources
- circuits
- IList<SubResource>
この ExpressRoutePort リソースでプロビジョニングされている ExpressRoute 回線を参照します。
- provisioningState
- String
高速ルート ポート リソースのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。
- resourceGuid
- String
高速ルート ポート リソースのリソース GUID プロパティ。
- billingType
- String
ExpressRoutePort リソースの課金の種類。 使用できる値は、'MeteredData'、'UnlimitedData' です。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- identity
- ManagedServiceIdentity
ExpressRoutePort の ID (構成されている場合)。
適用対象
Azure SDK for .NET