ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet Interface

Implements

public static interface ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet
extends WithSubnet<Update>

The stage of an application gateway IP configuration update allowing to modify the subnet the application gateway is part of.

Method Summary

Modifier and Type Method and Description
abstract Update withExistingSubnet(Network network, String subnetName)

Specifies an existing subnet the application gateway should be part of and get its private IP address from.

abstract Update withExistingSubnet(Subnet subnet)

Specifies an existing subnet the application gateway should be part of and get its private IP address from.

Method Details

withExistingSubnet

public abstract ApplicationGatewayIPConfiguration.Update withExistingSubnet(Network network, String subnetName)

Specifies an existing subnet the application gateway should be part of and get its private IP address from.

Parameters:

network - an existing virtual network
subnetName - the name of a subnet within the selected network

Returns:

the next stage of the update

withExistingSubnet

public abstract ApplicationGatewayIPConfiguration.Update withExistingSubnet(Subnet subnet)

Specifies an existing subnet the application gateway should be part of and get its private IP address from.

Parameters:

subnet - an existing subnet

Returns:

the next stage of the update

Applies to