Share via


AttachedDatabaseConfigurationsCheckNameRequest Class

Definition

The result returned from a AttachedDatabaseConfigurations check name availability request.

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

Constructors

AttachedDatabaseConfigurationsCheckNameRequest()

Creates an new AttachedDatabaseConfigurationsCheckNameRequest instance.

Properties

Name

Attached database resource name.

Type

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AttachedDatabaseConfigurationsCheckNameRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AttachedDatabaseConfigurationsCheckNameRequest.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AttachedDatabaseConfigurationsCheckNameRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to