INameAvailability 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.PostgreSql.Models.Api20171201.NameAvailabilityTypeConverter))]
public interface INameAvailability : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20171201.NameAvailabilityTypeConverter))>]
type INameAvailability = interface
interface IJsonSerializable
Public Interface INameAvailability
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Message |
Error Message. |
NameAvailable |
Indicates whether the resource name is available. |
Reason |
Reason for name being unavailable. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |