| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteGatewayInner |
ExpressRouteGatewaysClient.createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
ExpressRouteGatewayInner |
ExpressRouteGatewaysClient.createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters,
com.azure.core.util.Context context)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
ExpressRouteGatewayInner |
ExpressRouteGatewaysClient.getByResourceGroup(String resourceGroupName,
String expressRouteGatewayName)
Fetches the details of a ExpressRoute gateway in a resource group.
|
ExpressRouteGatewayInner |
ExpressRouteGatewaysClient.updateTags(String resourceGroupName,
String expressRouteGatewayName)
Updates express route gateway tags.
|
ExpressRouteGatewayInner |
ExpressRouteGatewaysClient.updateTags(String resourceGroupName,
String expressRouteGatewayName,
Map<String,String> tags)
Updates express route gateway tags.
|
ExpressRouteGatewayInner |
ExpressRouteGatewaysClient.updateTags(String resourceGroupName,
String expressRouteGatewayName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates express route gateway tags.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> |
ExpressRouteGatewaysClient.beginCreateOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> |
ExpressRouteGatewaysClient.beginCreateOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters,
com.azure.core.util.Context context)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ExpressRouteGatewayInner>,ExpressRouteGatewayInner> |
ExpressRouteGatewaysClient.beginCreateOrUpdateAsync(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
ExpressRouteGatewayInner |
ExpressRouteGatewaysClient.createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
ExpressRouteGatewayInner |
ExpressRouteGatewaysClient.createOrUpdate(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters,
com.azure.core.util.Context context)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
Mono<ExpressRouteGatewayInner> |
ExpressRouteGatewaysClient.createOrUpdateAsync(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ExpressRouteGatewaysClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String expressRouteGatewayName,
ExpressRouteGatewayInner putExpressRouteGatewayParameters)
Creates or updates a ExpressRoute gateway in a specified resource group.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressRouteGatewayInner |
ExpressRouteGatewayInner.withAutoScaleConfiguration(ExpressRouteGatewayPropertiesAutoScaleConfiguration autoScaleConfiguration)
Set the autoScaleConfiguration property: Configuration for auto scaling.
|
ExpressRouteGatewayInner |
ExpressRouteGatewayInner.withId(String id)
Set the id property: Resource ID.
|
ExpressRouteGatewayInner |
ExpressRouteGatewayInner.withLocation(String location) |
ExpressRouteGatewayInner |
ExpressRouteGatewayInner.withTags(Map<String,String> tags) |
ExpressRouteGatewayInner |
ExpressRouteGatewayInner.withVirtualHub(VirtualHubId virtualHub)
Set the virtualHub property: The Virtual Hub where the ExpressRoute gateway is or will be deployed.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.