Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes 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 © 2019. All rights reserved.