ExpressRouteProviderPort Class
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.
ExpressRouteProviderPort resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRouteProviderPort : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteProviderPort = class
inherit Resource
Public Class ExpressRouteProviderPort
Inherits Resource
- Inheritance
- Attributes
Constructors
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. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from Resource) |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
OverprovisionFactor |
Gets or sets overprovisioning factor for the port pair. |
PeeringLocation |
Gets or sets the peering location of the port pair. |
PortBandwidthInMbps |
Gets or sets bandwidth of the port in Mbps |
PortPairDescriptor |
Gets the name of the port pair. |
PrimaryAzurePort |
Gets the name of the primary port. |
RemainingBandwidthInMbps |
Gets or sets remaining Bandwidth of the port in Mbps |
SecondaryAzurePort |
Gets the name of the secondary port. |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |
UsedBandwidthInMbps |
Gets or sets used Bandwidth of the port in Mbps |
Applies to
Azure SDK for .NET