KustoClusterDataSet Class

A kusto cluster data set.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datashare.models._models_py3.DataSet
KustoClusterDataSet

Constructor

KustoClusterDataSet(*, kusto_cluster_resource_id: str, **kwargs)

Parameters

kind
str or DataSetKind
Required

Required. Kind of data set.Constant filled by server. Possible values include: "Blob", "Container", "BlobFolder", "AdlsGen2FileSystem", "AdlsGen2Folder", "AdlsGen2File", "AdlsGen1Folder", "AdlsGen1File", "KustoCluster", "KustoDatabase", "SqlDBTable", "SqlDWTable", "SynapseWorkspaceSqlPoolTable".

kusto_cluster_resource_id
str
Required

Required. Resource id of the kusto cluster.

Variables

id
str

The resource id of the azure resource.

name
str

Name of the azure resource.

system_data
SystemData

System Data of the Azure resource.

type
str

Type of the azure resource.

data_set_id
str

Unique id for identifying a data set resource.

location
str

Location of the kusto cluster.

provisioning_state
str or ProvisioningState

Provisioning state of the kusto cluster data set. Possible values include: "Succeeded", "Creating", "Deleting", "Moving", "Failed".