NameAvailabilityCheckResult 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
NameAvailabilityCheckResult() |
Initializes a new instance of the NameAvailabilityCheckResult class. |
NameAvailabilityCheckResult(Nullable<Boolean>, String, String) |
Initializes a new instance of the NameAvailabilityCheckResult class. |
NameAvailabilityCheckResult()
Initializes a new instance of the NameAvailabilityCheckResult class.
public NameAvailabilityCheckResult ();
Public Sub New ()
Applies to
NameAvailabilityCheckResult(Nullable<Boolean>, String, String)
Initializes a new instance of the NameAvailabilityCheckResult class.
public NameAvailabilityCheckResult (bool? nameAvailable = default, string reason = default, string message = default);
new Microsoft.Azure.Management.HDInsight.Models.NameAvailabilityCheckResult : Nullable<bool> * string * string -> Microsoft.Azure.Management.HDInsight.Models.NameAvailabilityCheckResult
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 the result.
- message
- String
The related message.