ArmNetworkModelFactory.ExpressRouteGatewayData Method

Definition

public static Azure.ResourceManager.Network.ExpressRouteGatewayData ExpressRouteGatewayData(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.ExpressRouteConnectionData> expressRouteConnections = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier virtualHub = default, bool? allowNonVirtualWanTraffic = default, Azure.ResourceManager.Network.Models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds autoScaleBounds = default, Azure.ETag? eTag = default);
static member ExpressRouteGatewayData : Azure.Core.ResourceIdentifier * string * string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * seq<Azure.ResourceManager.Network.ExpressRouteConnectionData> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Azure.Core.ResourceIdentifier * Nullable<bool> * Azure.ResourceManager.Network.Models.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.ExpressRouteGatewayData
Public Shared Function ExpressRouteGatewayData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional expressRouteConnections As IEnumerable(Of ExpressRouteConnectionData) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional virtualHub As ResourceIdentifier = Nothing, Optional allowNonVirtualWanTraffic As Nullable(Of Boolean) = Nothing, Optional autoScaleBounds As ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As ExpressRouteGatewayData

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
Nullable<AzureLocation>

Resource location.

tags
IDictionary<String,String>

Resource tags.

expressRouteConnections
IEnumerable<ExpressRouteConnectionData>

List of ExpressRoute connections to the ExpressRoute gateway.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the express route gateway resource.

virtualHub
ResourceIdentifier

The Virtual Hub where the ExpressRoute gateway is or will be deployed.

allowNonVirtualWanTraffic
Nullable<Boolean>

Configures this gateway to accept traffic from non Virtual WAN networks.

autoScaleBounds
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

Minimum and maximum number of scale units to deploy.

eTag
Nullable<ETag>

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

Returns

A new ExpressRouteGatewayData instance for mocking.

Applies to