次の方法で共有


ArmDataShareModelFactory.KustoTableDataSetMapping メソッド

定義

KustoTableDataSetMapping の新しいインスタンスを初期化します。

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

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

dataSetId
Guid

ソース データ セットの ID。

dataSetMappingStatus
Nullable<DataSetMappingStatus>

データ セット マッピングの状態を取得します。

kustoClusterResourceId
ResourceIdentifier

シンク kusto クラスターのリソース ID。

location
Nullable<AzureLocation>

シンク kusto クラスターの場所。

provisioningState
Nullable<DataShareProvisioningState>

データ・セット・マッピングのプロビジョニング状態。

戻り値

モック作成用の新しい KustoTableDataSetMapping インスタンス。

適用対象