Share via


IBlank<ParentT> Interface

Definition

The first stage of a private frontend definition.

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.LoadBalancerPrivateFrontend.UpdateDefinition.IWithSubnet<ParentT>
type IBlank<'ParentT> = interface
    interface IWithSubnet<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithSubnet(Of ParentT)

Type Parameters

ParentT

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

Derived
Implements

Methods

WithExistingSubnet(INetwork, String)

Assigns the specified subnet to this private frontend of the internal load balancer.

(Inherited from IWithSubnet<ParentT>)

Applies to