Share via


CheckNameRequest Class

Definition

The result returned from a database check name availability request.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.CheckNameRequestTypeConverter))]
public class CheckNameRequest : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ICheckNameRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.CheckNameRequestTypeConverter))>]
type CheckNameRequest = class
    interface ICheckNameRequest
    interface IJsonSerializable
Public Class CheckNameRequest
Implements ICheckNameRequest
Inheritance
CheckNameRequest
Attributes
Implements

Constructors

CheckNameRequest()

Creates an new CheckNameRequest instance.

Properties

Name

Resource name.

Type

The type of resource, for instance Microsoft.Kusto/Clusters/databases.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CheckNameRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CheckNameRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ICheckNameRequest.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CheckNameRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to