SiteSealRequest 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
SiteSealRequest() | |
SiteSealRequest(Nullable<Boolean>, String) |
SiteSealRequest()
public SiteSealRequest ();
Public Sub New ()
Applies to
SiteSealRequest(Nullable<Boolean>, String)
public SiteSealRequest (bool? lightTheme = default, string locale = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SiteSealRequest : Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SiteSealRequest
Public Sub New (Optional lightTheme As Nullable(Of Boolean) = Nothing, Optional locale As String = Nothing)
Parameters
- locale
- String