Condividi tramite


KustoClusterDataSet Class

Definition

A kusto cluster data set.

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

Constructors

KustoClusterDataSet()

Initializes a new instance of the KustoClusterDataSet class.

KustoClusterDataSet(String, String, String, SystemData, String, String, String, String)

Initializes a new instance of the KustoClusterDataSet class.

Properties

DataSetId

Gets unique id for identifying a data set resource

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
KustoClusterResourceId

Gets or sets resource id of the kusto cluster.

Location

Gets location of the kusto cluster.

Name

Gets name of the azure resource

(Inherited from ProxyDto)
ProvisioningState

Gets provisioning state of the kusto cluster 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