CheckServerNameAvailabilityResult 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
CheckServerNameAvailabilityResult() |
Initializes a new instance of the CheckServerNameAvailabilityResult class. |
CheckServerNameAvailabilityResult(Nullable<Boolean>, String, String) |
Initializes a new instance of the CheckServerNameAvailabilityResult class. |
CheckServerNameAvailabilityResult()
Initializes a new instance of the CheckServerNameAvailabilityResult class.
public CheckServerNameAvailabilityResult ();
Public Sub New ()
Applies to
CheckServerNameAvailabilityResult(Nullable<Boolean>, String, String)
Initializes a new instance of the CheckServerNameAvailabilityResult class.
public CheckServerNameAvailabilityResult (bool? nameAvailable = default, string reason = default, string message = default);
new Microsoft.Azure.Management.Analysis.Models.CheckServerNameAvailabilityResult : Nullable<bool> * string * string -> Microsoft.Azure.Management.Analysis.Models.CheckServerNameAvailabilityResult
Public Sub New (Optional nameAvailable As Nullable(Of Boolean) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing)
Parameters
- reason
- String
The reason of unavailability.
- message
- String
The detailed message of the request unavailability.