Dataset Constructors

Definition

Overloads

Dataset()
Dataset(String, String, String, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Encryption, Nullable<DateTime>, String, String, String, String, EndorsementDetails, IList<DatasourceUsage>, IList<DependentDataflow>, SensitivityLabel)

Dataset()

public Dataset ();
Public Sub New ()

Applies to

Dataset(String, String, String, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Encryption, Nullable<DateTime>, String, String, String, String, EndorsementDetails, IList<DatasourceUsage>, IList<DependentDataflow>, SensitivityLabel)

public Dataset (string id, string name = default, string configuredBy = default, bool? addRowsAPIEnabled = default, string webUrl = default, bool? isRefreshable = default, bool? isEffectiveIdentityRequired = default, bool? isEffectiveIdentityRolesRequired = default, bool? isOnPremGatewayRequired = default, Microsoft.PowerBI.Api.Models.Encryption encryption = default, DateTime? createdDate = default, string contentProviderType = default, string createReportEmbedURL = default, string qnaEmbedURL = default, string description = default, Microsoft.PowerBI.Api.Models.EndorsementDetails endorsementDetails = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DatasourceUsage> datasourceUsages = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DependentDataflow> upstreamDataflows = default, Microsoft.PowerBI.Api.Models.SensitivityLabel sensitivityLabel = default);
new Microsoft.PowerBI.Api.Models.Dataset : string * string * string * Nullable<bool> * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Microsoft.PowerBI.Api.Models.Encryption * Nullable<DateTime> * string * string * string * string * Microsoft.PowerBI.Api.Models.EndorsementDetails * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DatasourceUsage> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.DependentDataflow> * Microsoft.PowerBI.Api.Models.SensitivityLabel -> Microsoft.PowerBI.Api.Models.Dataset
Public Sub New (id As String, Optional name As String = Nothing, Optional configuredBy As String = Nothing, Optional addRowsAPIEnabled As Nullable(Of Boolean) = Nothing, Optional webUrl As String = Nothing, Optional isRefreshable As Nullable(Of Boolean) = Nothing, Optional isEffectiveIdentityRequired As Nullable(Of Boolean) = Nothing, Optional isEffectiveIdentityRolesRequired As Nullable(Of Boolean) = Nothing, Optional isOnPremGatewayRequired As Nullable(Of Boolean) = Nothing, Optional encryption As Encryption = Nothing, Optional createdDate As Nullable(Of DateTime) = Nothing, Optional contentProviderType As String = Nothing, Optional createReportEmbedURL As String = Nothing, Optional qnaEmbedURL As String = Nothing, Optional description As String = Nothing, Optional endorsementDetails As EndorsementDetails = Nothing, Optional datasourceUsages As IList(Of DatasourceUsage) = Nothing, Optional upstreamDataflows As IList(Of DependentDataflow) = Nothing, Optional sensitivityLabel As SensitivityLabel = Nothing)

Parameters

id
String
name
String
configuredBy
String
addRowsAPIEnabled
Nullable<Boolean>
webUrl
String
isRefreshable
Nullable<Boolean>
isEffectiveIdentityRequired
Nullable<Boolean>
isEffectiveIdentityRolesRequired
Nullable<Boolean>
isOnPremGatewayRequired
Nullable<Boolean>
encryption
Encryption
createdDate
Nullable<DateTime>
contentProviderType
String
createReportEmbedURL
String
qnaEmbedURL
String
description
String
endorsementDetails
EndorsementDetails
datasourceUsages
IList<DatasourceUsage>
upstreamDataflows
IList<DependentDataflow>
sensitivityLabel
SensitivityLabel

Applies to