Partilhar via


ArmDataShareModelFactory.KustoTableDataSet Método

Definição

Inicializa uma nova instância de KustoTableDataSet.

public static Azure.ResourceManager.DataShare.Models.KustoTableDataSet KustoTableDataSet (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? dataSetId = default, Azure.Core.ResourceIdentifier kustoDatabaseResourceId = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.DataShare.Models.DataShareProvisioningState? provisioningState = default, Azure.ResourceManager.DataShare.Models.TableLevelSharingProperties tableLevelSharingProperties = default);
static member KustoTableDataSet : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * Azure.Core.ResourceIdentifier * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.DataShare.Models.DataShareProvisioningState> * Azure.ResourceManager.DataShare.Models.TableLevelSharingProperties -> Azure.ResourceManager.DataShare.Models.KustoTableDataSet
Public Shared Function KustoTableDataSet (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional dataSetId As Nullable(Of Guid) = Nothing, Optional kustoDatabaseResourceId As ResourceIdentifier = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional provisioningState As Nullable(Of DataShareProvisioningState) = Nothing, Optional tableLevelSharingProperties As TableLevelSharingProperties = Nothing) As KustoTableDataSet

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

dataSetId
Nullable<Guid>

ID exclusiva para identificar um recurso de conjunto de dados.

kustoDatabaseResourceId
ResourceIdentifier

ID do recurso do banco de dados kusto.

location
Nullable<AzureLocation>

Local do cluster kusto.

provisioningState
Nullable<DataShareProvisioningState>

Estado de provisionamento do conjunto de dados da tabela kusto.

tableLevelSharingProperties
TableLevelSharingProperties

Propriedades de compartilhamento no nível da tabela para o banco de dados kusto.

Retornos

Uma nova KustoTableDataSet instância para zombar.

Aplica-se a