Share via


KustoClusterDataSetMapping Class

Definition

A Kusto cluster data set mapping

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

Constructors

KustoClusterDataSetMapping()

Initializes a new instance of the KustoClusterDataSetMapping class.

KustoClusterDataSetMapping(String, String, String, String, SystemData, String, String, String, String)

Initializes a new instance of the KustoClusterDataSetMapping class.

Properties

DataSetId

Gets or sets the id of the source data set.

DataSetMappingStatus

Gets the status of the data set mapping. Possible values include: 'Ok', 'Broken'

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
KustoClusterResourceId

Gets or sets resource id of the sink kusto cluster.

Location

Gets location of the sink kusto cluster.

Name

Gets name of the azure resource

(Inherited from ProxyDto)
ProvisioningState

Gets provisioning state of the data set mapping. 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