ArmNetworkModelFactory.ExpressRouteProviderPortData Method
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.
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
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- 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.
Returns
A new ExpressRouteProviderPortData instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET