CheckNameAvailabilityResponse Class
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.
Check name availability response
public class CheckNameAvailabilityResponse
type CheckNameAvailabilityResponse = class
Public Class CheckNameAvailabilityResponse
- Inheritance
-
CheckNameAvailabilityResponse
Remarks
A response saying whether the workspace name is available
Constructors
CheckNameAvailabilityResponse() |
Initializes a new instance of the CheckNameAvailabilityResponse class. |
CheckNameAvailabilityResponse(String, Nullable<Boolean>, String, String) |
Initializes a new instance of the CheckNameAvailabilityResponse class. |
Properties
Available |
Gets or sets whether the workspace name is available |
Message |
Gets or sets validation message |
Name |
Gets or sets workspace name |
Reason |
Gets or sets reason the workspace name is or is not available |
Applies to
Azure SDK for .NET