ExpressRouteGatewayInner Class

Definition

ExpressRoute gateway resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRouteGatewayInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteGatewayInner = class
    inherit Resource
Public Class ExpressRouteGatewayInner
Inherits Resource
Inheritance
ExpressRouteGatewayInner
Attributes

Constructors

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.

Properties

AutoScaleConfiguration

Gets or sets configuration for auto scaling.

Etag

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

ExpressRouteConnections

Gets list of ExpressRoute connections to the ExpressRoute gateway.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ProvisioningState

Gets the provisioning state of the express route gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
VirtualHub

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

Methods

Validate()

Validate the object.

Applies to