ArmNetworkModelFactory.ExpressRouteGatewayData 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 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
Resource ID.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
- location
- Nullable<AzureLocation>
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- 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.
Configures this gateway to accept traffic from non Virtual WAN networks.
Returns
A new ExpressRouteGatewayData instance for mocking.
Applies to
Azure SDK for .NET