ExpressRoutePortsLocation 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
ExpressRoutePortsLocation() |
Initializes a new instance of the ExpressRoutePortsLocation class. |
ExpressRoutePortsLocation(String, String, String, String, IDictionary<String, String>, String, String, IList<ExpressRoutePortsLocationBandwidths>, String) |
Initializes a new instance of the ExpressRoutePortsLocation class. |
ExpressRoutePortsLocation()
Initializes a new instance of the ExpressRoutePortsLocation class.
public ExpressRoutePortsLocation ();
Public Sub New ()
Applies to
ExpressRoutePortsLocation(String, String, String, String, IDictionary<String, String>, String, String, IList<ExpressRoutePortsLocationBandwidths>, String)
Initializes a new instance of the ExpressRoutePortsLocation class.
public ExpressRoutePortsLocation (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string address = default, string contact = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocationBandwidths> availableBandwidths = default, string provisioningState = default);
new Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocation : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocationBandwidths> * string -> Microsoft.Azure.Management.Network.Models.ExpressRoutePortsLocation
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 address As String = Nothing, Optional contact As String = Nothing, Optional availableBandwidths As IList(Of ExpressRoutePortsLocationBandwidths) = 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.
- address
- String
Address of peering location.
- contact
- String
Contact details of peering locations.
- availableBandwidths
- IList<ExpressRoutePortsLocationBandwidths>
The inventory of available ExpressRoutePort bandwidths.
- provisioningState
- String
The provisioning state of the express route port location resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
Applies to
Azure SDK for .NET