Share via


CheckNameAvailabilityResponse Class

Definition

The check availability result.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20.CheckNameAvailabilityResponseTypeConverter))]
public class CheckNameAvailabilityResponse : Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20.ICheckNameAvailabilityResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20.CheckNameAvailabilityResponseTypeConverter))>]
type CheckNameAvailabilityResponse = class
    interface ICheckNameAvailabilityResponse
    interface IJsonSerializable
Public Class CheckNameAvailabilityResponse
Implements ICheckNameAvailabilityResponse
Inheritance
CheckNameAvailabilityResponse
Attributes
Implements

Constructors

CheckNameAvailabilityResponse()

Creates an new CheckNameAvailabilityResponse instance.

Properties

Message

Detailed reason why the given name is available.

NameAvailable

Indicates if the resource name is available.

Reason

The reason why the given name is not available.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CheckNameAvailabilityResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CheckNameAvailabilityResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConfidentialLedger.Models.Api20.ICheckNameAvailabilityResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CheckNameAvailabilityResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to