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