EntityNameAvailabilityCheckOutput 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
EntityNameAvailabilityCheckOutput() |
Initializes a new instance of the EntityNameAvailabilityCheckOutput class. |
EntityNameAvailabilityCheckOutput(Boolean, String, String) |
Initializes a new instance of the EntityNameAvailabilityCheckOutput class. |
EntityNameAvailabilityCheckOutput()
Initializes a new instance of the EntityNameAvailabilityCheckOutput class.
public EntityNameAvailabilityCheckOutput ();
Public Sub New ()
Applies to
EntityNameAvailabilityCheckOutput(Boolean, String, String)
Initializes a new instance of the EntityNameAvailabilityCheckOutput class.
public EntityNameAvailabilityCheckOutput (bool nameAvailable, string reason = default, string message = default);
new Microsoft.Azure.Management.Media.Models.EntityNameAvailabilityCheckOutput : bool * string * string -> Microsoft.Azure.Management.Media.Models.EntityNameAvailabilityCheckOutput
Public Sub New (nameAvailable As Boolean, Optional reason As String = Nothing, Optional message As String = Nothing)
Parameters
- nameAvailable
- Boolean
Specifies if the name is available.
- reason
- String
Specifies the reason if the name is not available.
- message
- String
Specifies the detailed reason if the name is not available.
Applies to
Azure SDK for .NET