ExpressRouteGatewayInner Constructors
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.
Overloads
ExpressRouteGatewayInner() |
Initializes a new instance of the ExpressRouteGatewayInner class. |
ExpressRouteGatewayInner(VirtualHubId, String, String, String, String, IDictionary<String,String>, ExpressRouteGatewayPropertiesAutoScaleConfiguration, IList<ExpressRouteConnectionInner>, ProvisioningState, String) |
Initializes a new instance of the ExpressRouteGatewayInner class. |
ExpressRouteGatewayInner()
Initializes a new instance of the ExpressRouteGatewayInner class.
public ExpressRouteGatewayInner ();
Public Sub New ()
Applies to
ExpressRouteGatewayInner(VirtualHubId, String, String, String, String, IDictionary<String,String>, ExpressRouteGatewayPropertiesAutoScaleConfiguration, IList<ExpressRouteConnectionInner>, ProvisioningState, String)
Initializes a new instance of the ExpressRouteGatewayInner class.
public ExpressRouteGatewayInner (Microsoft.Azure.Management.Network.Fluent.Models.VirtualHubId virtualHub, string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteGatewayPropertiesAutoScaleConfiguration autoScaleConfiguration = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner> expressRouteConnections = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteGatewayInner : Microsoft.Azure.Management.Network.Fluent.Models.VirtualHubId * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteGatewayPropertiesAutoScaleConfiguration * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteConnectionInner> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string -> Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteGatewayInner
Public Sub New (virtualHub As VirtualHubId, Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional autoScaleConfiguration As ExpressRouteGatewayPropertiesAutoScaleConfiguration = Nothing, Optional expressRouteConnections As IList(Of ExpressRouteConnectionInner) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional etag As String = Nothing)
Parameters
- virtualHub
- VirtualHubId
The Virtual Hub where the ExpressRoute gateway is or will be deployed.
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- autoScaleConfiguration
- ExpressRouteGatewayPropertiesAutoScaleConfiguration
Configuration for auto scaling.
- expressRouteConnections
- IList<ExpressRouteConnectionInner>
List of ExpressRoute connections to the ExpressRoute gateway.
- provisioningState
- ProvisioningState
The provisioning state of the express route gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET