ExpressRoutePortsLocationInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExpressRoutePortsLocationInner() |
Initializes a new instance of the ExpressRoutePortsLocationInner class. |
ExpressRoutePortsLocationInner(String, String, String, String, IDictionary<String,String>, String, String, IList<ExpressRoutePortsLocationBandwidths>, ProvisioningState) |
Initializes a new instance of the ExpressRoutePortsLocationInner class. |
ExpressRoutePortsLocationInner()
Initializes a new instance of the ExpressRoutePortsLocationInner class.
public ExpressRoutePortsLocationInner ();
Public Sub New ()
Applies to
ExpressRoutePortsLocationInner(String, String, String, String, IDictionary<String,String>, String, String, IList<ExpressRoutePortsLocationBandwidths>, ProvisioningState)
Initializes a new instance of the ExpressRoutePortsLocationInner class.
public ExpressRoutePortsLocationInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string address = default, string contact = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortsLocationBandwidths> availableBandwidths = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortsLocationInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortsLocationBandwidths> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortsLocationInner
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 address As String = Nothing, Optional contact As String = Nothing, Optional availableBandwidths As IList(Of ExpressRoutePortsLocationBandwidths) = Nothing, Optional provisioningState As ProvisioningState = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- address
- String
Address of peering location.
- contact
- String
Contact details of peering locations.
- availableBandwidths
- IList<ExpressRoutePortsLocationBandwidths>
The inventory of available ExpressRoutePort bandwidths.
- provisioningState
- ProvisioningState
The provisioning state of the express route port location resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
Applies to
Azure SDK for .NET