Bagikan melalui


ExpressRouteServiceProvider Constructors

Definition

Overloads

ExpressRouteServiceProvider()

Initializes a new instance of the ExpressRouteServiceProvider class.

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

Initializes a new instance of the ExpressRouteServiceProvider class.

ExpressRouteServiceProvider()

Initializes a new instance of the ExpressRouteServiceProvider class.

public ExpressRouteServiceProvider ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ExpressRouteServiceProvider class.

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)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

peeringLocations
IList<String>

A list of peering locations.

bandwidthsOffered
IList<ExpressRouteServiceProviderBandwidthsOffered>

A list of bandwidths offered.

provisioningState
String

The provisioning state of the express route service provider resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Applies to