IWithPrivateIP<ParentT> Interface

Definition

The stage of an application gateway frontend definition allowing to specify the private IP address this application gateway should be available at within the selected subnet.

public interface IWithPrivateIP<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Definition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>
type IWithPrivateIP<'ParentT> = interface
    interface IWithPrivateIPAddress<IWithAttach<'ParentT>>
Public Interface IWithPrivateIP(Of ParentT)
Implements IWithPrivateIPAddress(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

WithPrivateIPAddressDynamic()

Enables dynamic private IP address allocation within the associated subnet.

(Inherited from IWithPrivateIPAddress<ReturnT>)
WithPrivateIPAddressStatic(String)

Assigns the specified static private IP address within the associated subnet.

(Inherited from IWithPrivateIPAddress<ReturnT>)

Applies to