KustoDatabaseDataSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET