ApplicationGatewayBackend.UpdateDefinitionStages.WithAddress<ParentT> Interface

Type Parameters

ParentT

the stage of the parent application gateway definition to return to after attaching this definition

public static interface ApplicationGatewayBackend.UpdateDefinitionStages.WithAddress

The stage of an application gateway backed definition allowing to add an address to the backend.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withFqdn(String fqdn)

Adds the specified existing fully qualified domain name (FQDN) to the backend.

abstract WithAttach<ParentT> withIPAddress(String ipAddress)

Adds the specified existing IP address to the backend.

Method Details

withFqdn

public abstract ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach withFqdn(String fqdn)

Adds the specified existing fully qualified domain name (FQDN) to the backend.

Parameters:

fqdn - a fully qualified domain name (FQDN)

Returns:

the next stage of the definition

withIPAddress

public abstract ApplicationGatewayBackend.UpdateDefinitionStages.WithAttach withIPAddress(String ipAddress)

Adds the specified existing IP address to the backend.

Parameters:

ipAddress - an IP address

Returns:

the next stage of the definition

Applies to