KustoDatabaseDataSet Class

Definition

A kusto database data set.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("KustoDatabase")]
public class KustoDatabaseDataSet : Microsoft.Azure.Management.DataShare.Models.DataSet
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("KustoDatabase")>]
type KustoDatabaseDataSet = class
    inherit DataSet
Public Class KustoDatabaseDataSet
Inherits DataSet
Inheritance
KustoDatabaseDataSet
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

KustoDatabaseDataSet()

Initializes a new instance of the KustoDatabaseDataSet class.

KustoDatabaseDataSet(String, String, String, SystemData, String, String, String, String)

Initializes a new instance of the KustoDatabaseDataSet class.

Properties

DataSetId

Gets unique id for identifying a data set resource

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
KustoDatabaseResourceId

Gets or sets resource id of the kusto database.

Location

Gets location of the kusto cluster.

Name

Gets name of the azure resource

(Inherited from ProxyDto)
ProvisioningState

Gets provisioning state of the kusto database data set. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Moving', 'Failed'

SystemData

Gets system Data of the Azure resource.

(Inherited from ProxyDto)
Type

Gets type of the azure resource

(Inherited from ProxyDto)

Methods

Validate()

Validate the object.

Applies to