Share via


CheckNameAvailabilityResponse Class

Definition

Check Name Availability Response

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.CheckNameAvailabilityResponseTypeConverter))]
public class CheckNameAvailabilityResponse : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.ICheckNameAvailabilityResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.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

detail message

NameAvailable

if name Available

Reason

Resource Name To Verify

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.MixedReality.Models.Api20210301Preview.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.

ToString()

Applies to