ArmNetworkModelFactory.ExpressRouteProviderPortData Method

Definition

Initializes a new instance of ExpressRouteProviderPortData.

public static Azure.ResourceManager.Network.ExpressRouteProviderPortData ExpressRouteProviderPortData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ETag? etag = 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);
static member ExpressRouteProviderPortData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ETag> * string * string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.Network.ExpressRouteProviderPortData
Public Shared Function ExpressRouteProviderPortData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional etag As Nullable(Of ETag) = 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) As ExpressRouteProviderPortData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

etag
Nullable<ETag>

A unique read-only string that changes whenever the resource is updated.

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.

overprovisionFactor
Nullable<Int32>

Overprovisioning factor for the port pair.

portBandwidthInMbps
Nullable<Int32>

Bandwidth of the port in Mbps.

usedBandwidthInMbps
Nullable<Int32>

Used Bandwidth of the port in Mbps.

remainingBandwidthInMbps
Nullable<Int32>

Remaining Bandwidth of the port in Mbps.

Returns

A new ExpressRouteProviderPortData instance for mocking.

Applies to