IWithAttach<ParentT> Interface

Definition

The final stage of a private frontend definition. At this stage, any remaining optional settings can be specified, or the frontend definition can be attached to the parent load balancer definition.

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

Type Parameters

ParentT

The stage of the parent 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>)
WithAvailabilityZone(AvailabilityZoneId)

Specifies the availability zone for the private frontend.

(Inherited from IWithAvailabilityZone<ParentT>)
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