ExpressRouteServiceProviderInner Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ExpressRouteServiceProviderInner() |
Initialisiert eine neue instance der ExpressRouteServiceProviderInner-Klasse. |
ExpressRouteServiceProviderInner(String, String, String, String, IDictionary<String,String>, IList<String>, IList<ExpressRouteServiceProviderBandwidthsOffered>, ProvisioningState) |
Initialisiert eine neue instance der ExpressRouteServiceProviderInner-Klasse. |
ExpressRouteServiceProviderInner()
Initialisiert eine neue instance der ExpressRouteServiceProviderInner-Klasse.
public ExpressRouteServiceProviderInner ();
Public Sub New ()
Gilt für:
ExpressRouteServiceProviderInner(String, String, String, String, IDictionary<String,String>, IList<String>, IList<ExpressRouteServiceProviderBandwidthsOffered>, ProvisioningState)
Initialisiert eine neue instance der ExpressRouteServiceProviderInner-Klasse.
public ExpressRouteServiceProviderInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<string> peeringLocations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteServiceProviderInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteServiceProviderBandwidthsOffered> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteServiceProviderInner
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 peeringLocations As IList(Of String) = Nothing, Optional bandwidthsOffered As IList(Of ExpressRouteServiceProviderBandwidthsOffered) = Nothing, Optional provisioningState As ProvisioningState = Nothing)
Parameter
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- bandwidthsOffered
- IList<ExpressRouteServiceProviderBandwidthsOffered>
Eine Liste der angebotenen Bandbreiten.
- provisioningState
- ProvisioningState
Der Bereitstellungsstatus der Expressroute-Dienstanbieterressource. Mögliche Werte: "Erfolgreich", "Aktualisieren", "Löschen", "Fehler"
Gilt für:
Azure SDK for .NET