Interface ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet

    • Method Detail

      • withExistingSubnet

        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
      • withExistingSubnet

        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