你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CheckNameAvailabilityRequest Class

Definition

The check availability request body.

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

Constructors

CheckNameAvailabilityRequest()

Creates an new CheckNameAvailabilityRequest instance.

Properties

Name

The name of the resource for which availability needs to be checked.

Type

The resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CheckNameAvailabilityRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CheckNameAvailabilityRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CheckNameAvailabilityRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to