ExpressRouteProviderPort 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
ExpressRouteProviderPort() |
Initializes a new instance of the ExpressRouteProviderPort class. |
ExpressRouteProviderPort(String, String, String, String, IDictionary<String, String>, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the ExpressRouteProviderPort class. |
ExpressRouteProviderPort()
Initializes a new instance of the ExpressRouteProviderPort class.
public ExpressRouteProviderPort ();
Public Sub New ()
Applies to
ExpressRouteProviderPort(String, String, String, String, IDictionary<String, String>, String, String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
Initializes a new instance of the ExpressRouteProviderPort class.
public ExpressRouteProviderPort (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string portPairDescriptor = default, string primaryAzurePort = default, string secondaryAzurePort = default, string peeringLocation = default, int? overprovisionFactor = default, int? portBandwidthInMbps = default, int? usedBandwidthInMbps = default, int? remainingBandwidthInMbps = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteProviderPort
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 portPairDescriptor As String = Nothing, Optional primaryAzurePort As String = Nothing, Optional secondaryAzurePort As String = Nothing, Optional peeringLocation As String = Nothing, Optional overprovisionFactor As Nullable(Of Integer) = Nothing, Optional portBandwidthInMbps As Nullable(Of Integer) = Nothing, Optional usedBandwidthInMbps As Nullable(Of Integer) = Nothing, Optional remainingBandwidthInMbps As Nullable(Of Integer) = Nothing, Optional etag 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.
- portPairDescriptor
- String
The name of the port pair.
- primaryAzurePort
- String
The name of the primary port.
- secondaryAzurePort
- String
The name of the secondary port.
- peeringLocation
- String
The peering location of the port pair.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET