public class ExpressRouteGatewayInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
ExpressRouteGatewayInner() |
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteGatewayPropertiesAutoScaleConfiguration |
autoScaleConfiguration()
Get the autoScaleConfiguration property: Configuration for auto scaling.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
List<ExpressRouteConnectionInner> |
expressRouteConnections()
Get the expressRouteConnections property: List of ExpressRoute connections to the ExpressRoute gateway.
|
String |
id()
Get the id property: Resource ID.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the express route gateway resource.
|
void |
validate()
Validates the instance.
|
VirtualHubId |
virtualHub()
Get the virtualHub property: The Virtual Hub where the ExpressRoute gateway is or will be deployed.
|
ExpressRouteGatewayInner |
withAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfiguration autoScaleConfiguration)
Set the autoScaleConfiguration property: Configuration for auto scaling.
|
ExpressRouteGatewayInner |
withId(String id)
Set the id property: Resource ID.
|
ExpressRouteGatewayInner |
withLocation(String location) |
ExpressRouteGatewayInner |
withTags(Map<String,String> tags) |
ExpressRouteGatewayInner |
withVirtualHub(VirtualHubId virtualHub)
Set the virtualHub property: The Virtual Hub where the ExpressRoute gateway is or will be deployed.
|
public String etag()
public ExpressRouteGatewayPropertiesAutoScaleConfiguration autoScaleConfiguration()
public ExpressRouteGatewayInner withAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfiguration autoScaleConfiguration)
autoScaleConfiguration - the autoScaleConfiguration value to set.public List<ExpressRouteConnectionInner> expressRouteConnections()
public ProvisioningState provisioningState()
public VirtualHubId virtualHub()
public ExpressRouteGatewayInner withVirtualHub(VirtualHubId virtualHub)
virtualHub - the virtualHub value to set.public String id()
id in class com.azure.core.management.ProxyResourcepublic ExpressRouteGatewayInner withId(String id)
id - the id value to set.public ExpressRouteGatewayInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic ExpressRouteGatewayInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.