FrontEndConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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'