CheckNameAvailabilityResponseInner 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
CheckNameAvailabilityResponseInner() |
Initializes a new instance of the CheckNameAvailabilityResponseInner class. |
CheckNameAvailabilityResponseInner(Nullable<Boolean>, String, String, Nullable<CheckNameAvailabilityReason>) |
Initializes a new instance of the CheckNameAvailabilityResponseInner class. |
CheckNameAvailabilityResponseInner()
Initializes a new instance of the CheckNameAvailabilityResponseInner class.
public CheckNameAvailabilityResponseInner ();
Public Sub New ()
Applies to
CheckNameAvailabilityResponseInner(Nullable<Boolean>, String, String, Nullable<CheckNameAvailabilityReason>)
Initializes a new instance of the CheckNameAvailabilityResponseInner class.
public CheckNameAvailabilityResponseInner (bool? available = default, string message = default, string name = default, Microsoft.Azure.Management.Sql.Fluent.Models.CheckNameAvailabilityReason? reason = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.CheckNameAvailabilityResponseInner : Nullable<bool> * string * string * Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.CheckNameAvailabilityReason> -> Microsoft.Azure.Management.Sql.Fluent.Models.CheckNameAvailabilityResponseInner
Public Sub New (Optional available As Nullable(Of Boolean) = Nothing, Optional message As String = Nothing, Optional name As String = Nothing, Optional reason As Nullable(Of CheckNameAvailabilityReason) = Nothing)
Parameters
- message
- String
A message explaining why the name is unavailable. Will be null if the name is available.
- name
- String
The name whose availability was checked.
- reason
- Nullable<CheckNameAvailabilityReason>
The reason code explaining why the name is unavailable. Will be null if the name is available. Possible values include: 'Invalid', 'AlreadyExists'
Applies to
Azure SDK for .NET