IWithAttach<ParentT> Interface

Definition

The final stage of an application gateway frontend definition. At this stage, any remaining optional settings can be specified, or the frontend definition can be attached to the parent application gateway definition.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithPrivateIP<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithSubnet<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.Definition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IInDefinitionAlt<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Definition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.Definition.IWithAttach<ParentT>>
type IWithAttach<'ParentT> = interface
    interface IInDefinitionAlt<'ParentT>
    interface IWithSubnet<'ParentT>
    interface IWithSubnet<IWithAttach<'ParentT>>
    interface IWithPrivateIP<'ParentT>
    interface IWithPrivateIPAddress<IWithAttach<'ParentT>>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinitionAlt(Of ParentT), IWithPrivateIP(Of ParentT), IWithPrivateIPAddress(Of IWithAttach(Of ParentT)), IWithSubnet(Of IWithAttach(Of ParentT)), IWithSubnet(Of ParentT)

Type Parameters

ParentT

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

Derived
Implements

Methods

Attach()

Attaches the child definition to the parent resource definition.

(Inherited from IInDefinitionAlt<ParentT>)
WithExistingSubnet(INetwork, String)

Assigns the specified subnet to this private frontend.

(Inherited from IWithSubnet<ParentT>)
WithExistingSubnet(String, String)

Assigns the specified subnet to this resource.

(Inherited from IWithSubnet<ReturnT>)
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