Share via


ArmNetworkModelFactory.ExpressRouteGatewayData Method

Definition

Initializes a new instance of ExpressRouteGatewayData.

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

Parameters

id
ResourceIdentifier

Resource ID.

name
String

Resource name.

resourceType
Nullable<ResourceType>

Resource type.

location
Nullable<AzureLocation>

Resource location.

tags
IDictionary<String,String>

Resource tags.

etag
Nullable<ETag>

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

autoScaleBounds
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

Configuration for auto scaling.

expressRouteConnectionList
IEnumerable<ExpressRouteConnectionData>

List of ExpressRoute connections to the ExpressRoute gateway.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the express route gateway resource.

virtualHubId
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.

Returns

A new ExpressRouteGatewayData instance for mocking.

Applies to