ExpressRouteServiceProviderInner Constructors

Definition

Overloads

ExpressRouteServiceProviderInner()

Initializes a new instance of the ExpressRouteServiceProviderInner class.

ExpressRouteServiceProviderInner(String, String, String, String, IDictionary<String,String>, IList<String>, IList<ExpressRouteServiceProviderBandwidthsOffered>, ProvisioningState)

Initializes a new instance of the ExpressRouteServiceProviderInner class.

ExpressRouteServiceProviderInner()

Initializes a new instance of the ExpressRouteServiceProviderInner class.

public ExpressRouteServiceProviderInner ();
Public Sub New ()

Applies to

ExpressRouteServiceProviderInner(String, String, String, String, IDictionary<String,String>, IList<String>, IList<ExpressRouteServiceProviderBandwidthsOffered>, ProvisioningState)

Initializes a new instance of the ExpressRouteServiceProviderInner class.

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)

Parameters

location
String
id
String
name
String
type
String
peeringLocations
IList<String>

A list of peering locations.

bandwidthsOffered
IList<ExpressRouteServiceProviderBandwidthsOffered>

A list of bandwidths offered.

provisioningState
ProvisioningState

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

Applies to