IWithPublicIPAddress<ParentT> Interface

Definition

The stage of an application gateway frontend definition allowing to specify an existing public IP address to make the application gateway available at as Internet-facing.

public interface IWithPublicIPAddress<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>
type IWithPublicIPAddress<'ParentT> = interface
    interface IWithExistingPublicIPAddress<IWithAttach<'ParentT>>
Public Interface IWithPublicIPAddress(Of ParentT)
Implements IWithExistingPublicIPAddress(Of IWithAttach(Of ParentT))

Type Parameters

ParentT

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

Derived
Implements

Methods

WithExistingPublicIPAddress(IPublicIPAddress)

Associates an existing public IP address with the resource.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

Associates an existing public IP address with the resource.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)

Applies to