NameAvailabilityStatus Class

Definition

The result of a request to check the availability of a resource name.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.NameAvailabilityStatusTypeConverter))]
public class NameAvailabilityStatus : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.INameAvailabilityStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.NameAvailabilityStatusTypeConverter))>]
type NameAvailabilityStatus = class
    interface INameAvailabilityStatus
    interface IJsonSerializable
Public Class NameAvailabilityStatus
Implements INameAvailabilityStatus
Inheritance
NameAvailabilityStatus
Attributes
Implements

Constructors

NameAvailabilityStatus()

Creates an new NameAvailabilityStatus instance.

Properties

Message

If any, the error message that provides more detail for the reason that the name is not available.

NameAvailable

The value indicating whether the resource name is available.

Reason

If any, the reason that the name is not available.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NameAvailabilityStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NameAvailabilityStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.INameAvailabilityStatus.

FromJsonString(String)

Creates a new instance of NameAvailabilityStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NameAvailabilityStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to