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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET