ICheckNameAvailabilityResponse Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.CheckNameAvailabilityResponseTypeConverter))]
public interface ICheckNameAvailabilityResponse : Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.CheckNameAvailabilityResponseTypeConverter))>]
type ICheckNameAvailabilityResponse = interface
interface IJsonSerializable
Public Interface ICheckNameAvailabilityResponse
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Message |
Gets an error message explaining the 'reason' value with more details. This field is returned iif nameAvailable is false. |
| NameAvailable |
Returns true or false depending on the availability of the name |
| Reason |
Reason for why value is not available. This field is returned if nameAvailable is false. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |