| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayIpConfiguration.Update |
ApplicationGateway.UpdateStages.WithIPConfig.updateDefaultIPConfiguration()
Begins the update of the default IP configuration i.e.
|
ApplicationGatewayIpConfiguration.Update |
ApplicationGateway.UpdateStages.WithIPConfig.updateIPConfiguration(String ipConfigurationName)
Begins the update of an existing IP configuration.
|
ApplicationGatewayIpConfiguration.Update |
ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Specifies an existing subnet the application gateway should be part of and get its private IP address
from.
|
ApplicationGatewayIpConfiguration.Update |
ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Subnet subnet)
Specifies an existing subnet the application gateway should be part of and get its private IP address
from.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.