IWithSubnet<ParentT> Interface

Definition

The stage of a private frontend definition allowing to specify a subnet from the selected network.

public interface IWithSubnet<ParentT>
type IWithSubnet<'ParentT> = interface
Public Interface IWithSubnet(Of ParentT)

Type Parameters

ParentT

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

Derived

Methods

WithExistingSubnet(INetwork, String)

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

Applies to