Share via


FrontEndConfiguration Constructors

Definition

Overloads

FrontEndConfiguration()

Initializes a new instance of the FrontEndConfiguration class.

FrontEndConfiguration(Nullable<FrontEndServiceType>)

Initializes a new instance of the FrontEndConfiguration class.

FrontEndConfiguration()

Initializes a new instance of the FrontEndConfiguration class.

public FrontEndConfiguration ();
Public Sub New ()

Applies to

FrontEndConfiguration(Nullable<FrontEndServiceType>)

Initializes a new instance of the FrontEndConfiguration class.

public FrontEndConfiguration (Microsoft.Azure.Management.WebSites.Models.FrontEndServiceType? kind = default);
new Microsoft.Azure.Management.WebSites.Models.FrontEndConfiguration : Nullable<Microsoft.Azure.Management.WebSites.Models.FrontEndServiceType> -> Microsoft.Azure.Management.WebSites.Models.FrontEndConfiguration
Public Sub New (Optional kind As Nullable(Of FrontEndServiceType) = Nothing)

Parameters

kind
Nullable<FrontEndServiceType>

Possible values include: 'NodePort', 'LoadBalancer'

Applies to