Partilhar via


Database Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.DatabaseTypeConverter))]
public class Database : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IDatabase, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.DatabaseTypeConverter))>]
type Database = class
    interface IDatabase
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class Database
Implements IDatabase, IValidates
Inheritance
Database
Attributes
Implements

Constructors

Database()

Properties

Id
Kind
Location
Name
Type

Methods

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

Applies to