다음을 통해 공유


IWithFrontend Interface

Definition

The stage of a load balancer definition describing the nature of the frontend of the load balancer: internal or Internet-facing.

public interface IWithFrontend : Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithPrivateFrontend, Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithPublicFrontend
type IWithFrontend = interface
    interface IWithPublicFrontend
    interface IWithPrivateFrontend
Public Interface IWithFrontend
Implements IWithPrivateFrontend, IWithPublicFrontend
Derived
Implements

Methods

DefinePrivateFrontend(String)

Begins an explicit definition of a new private (internal) load balancer frontend. (Note that private frontends can also be created implicitly as part of a load balancing rule, inbound NAT rule or inbound NAT pool definition, by referencing an existing subnet within those definitions.).

(Inherited from IWithPrivateFrontend)
DefinePublicFrontend(String)

Begins an explicit definition of a new public (Internet-facing) load balancer frontend. (Note that frontends can also be created implicitly as part of a load balancing rule, inbound NAT rule or inbound NAT pool definition, by referencing an existing public IP address within those definitions.).

(Inherited from IWithPublicFrontend)

Applies to