次の方法で共有


CheckNameAvailabilityResponse Class

Definition

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

Constructors

CheckNameAvailabilityResponse()

Properties

Message
NameAvailable
Reason

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to