xml/Microsoft.PowerBI.Api/IDatasetsOperations.xml (1,572 lines of code) (raw):

<Type Name="IDatasetsOperations" FullName="Microsoft.PowerBI.Api.IDatasetsOperations"> <TypeSignature Language="C#" Value="public interface IDatasetsOperations" /> <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IDatasetsOperations" /> <TypeSignature Language="DocId" Value="T:Microsoft.PowerBI.Api.IDatasetsOperations" /> <TypeSignature Language="VB.NET" Value="Public Interface IDatasetsOperations" /> <TypeSignature Language="F#" Value="type IDatasetsOperations = interface" /> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <Interfaces /> <Docs> <summary>To be added.</summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="BindToGatewayInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; BindToGatewayInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; BindToGatewayInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.BindToGatewayInGroupWithHttpMessagesAsync(System.Guid,System.String,Microsoft.PowerBI.Api.Models.BindToGatewayRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BindToGatewayInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, bindToGatewayRequest As BindToGatewayRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BindToGatewayInGroupWithHttpMessagesAsync : Guid * string * Microsoft.PowerBI.Api.Models.BindToGatewayRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.BindToGatewayInGroupWithHttpMessagesAsync (groupId, datasetId, bindToGatewayRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="bindToGatewayRequest" Type="Microsoft.PowerBI.Api.Models.BindToGatewayRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="bindToGatewayRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="BindToGatewayWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; BindToGatewayWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; BindToGatewayWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.BindToGatewayWithHttpMessagesAsync(System.String,Microsoft.PowerBI.Api.Models.BindToGatewayRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function BindToGatewayWithHttpMessagesAsync (datasetId As String, bindToGatewayRequest As BindToGatewayRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member BindToGatewayWithHttpMessagesAsync : string * Microsoft.PowerBI.Api.Models.BindToGatewayRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.BindToGatewayWithHttpMessagesAsync (datasetId, bindToGatewayRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="bindToGatewayRequest" Type="Microsoft.PowerBI.Api.Models.BindToGatewayRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="bindToGatewayRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteDatasetInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; DeleteDatasetInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; DeleteDatasetInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.DeleteDatasetInGroupWithHttpMessagesAsync(System.Guid,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteDatasetInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteDatasetInGroupWithHttpMessagesAsync : Guid * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.DeleteDatasetInGroupWithHttpMessagesAsync (groupId, datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteDatasetWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; DeleteDatasetWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; DeleteDatasetWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.DeleteDatasetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteDatasetWithHttpMessagesAsync (datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteDatasetWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.DeleteDatasetWithHttpMessagesAsync (datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteRowsInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; DeleteRowsInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, string tableName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; DeleteRowsInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, string tableName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.DeleteRowsInGroupWithHttpMessagesAsync(System.Guid,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteRowsInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, tableName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteRowsInGroupWithHttpMessagesAsync : Guid * string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.DeleteRowsInGroupWithHttpMessagesAsync (groupId, datasetId, tableName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="tableName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="tableName">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteRowsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; DeleteRowsWithHttpMessagesAsync (string datasetId, string tableName, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; DeleteRowsWithHttpMessagesAsync(string datasetId, string tableName, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.DeleteRowsWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DeleteRowsWithHttpMessagesAsync (datasetId As String, tableName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member DeleteRowsWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.DeleteRowsWithHttpMessagesAsync (datasetId, tableName, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="tableName" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="tableName">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DiscoverGatewaysInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Gateways&gt;&gt; DiscoverGatewaysInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Gateways&gt;&gt; DiscoverGatewaysInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.DiscoverGatewaysInGroupWithHttpMessagesAsync(System.Guid,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DiscoverGatewaysInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Gateways))" /> <MemberSignature Language="F#" Value="abstract member DiscoverGatewaysInGroupWithHttpMessagesAsync : Guid * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Gateways&gt;&gt;" Usage="iDatasetsOperations.DiscoverGatewaysInGroupWithHttpMessagesAsync (groupId, datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Gateways&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DiscoverGatewaysWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Gateways&gt;&gt; DiscoverGatewaysWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Gateways&gt;&gt; DiscoverGatewaysWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.DiscoverGatewaysWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function DiscoverGatewaysWithHttpMessagesAsync (datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Gateways))" /> <MemberSignature Language="F#" Value="abstract member DiscoverGatewaysWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Gateways&gt;&gt;" Usage="iDatasetsOperations.DiscoverGatewaysWithHttpMessagesAsync (datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Gateways&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GenerateTokenInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.EmbedToken&gt;&gt; GenerateTokenInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.GenerateTokenRequest requestParameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.EmbedToken&gt;&gt; GenerateTokenInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.GenerateTokenRequest requestParameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GenerateTokenInGroupWithHttpMessagesAsync(System.Guid,System.String,Microsoft.PowerBI.Api.Models.GenerateTokenRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GenerateTokenInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, requestParameters As GenerateTokenRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of EmbedToken))" /> <MemberSignature Language="F#" Value="abstract member GenerateTokenInGroupWithHttpMessagesAsync : Guid * string * Microsoft.PowerBI.Api.Models.GenerateTokenRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.EmbedToken&gt;&gt;" Usage="iDatasetsOperations.GenerateTokenInGroupWithHttpMessagesAsync (groupId, datasetId, requestParameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.EmbedToken&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="requestParameters" Type="Microsoft.PowerBI.Api.Models.GenerateTokenRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="requestParameters">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatasetInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt; GetDatasetInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Dataset&gt;&gt; GetDatasetInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDatasetInGroupWithHttpMessagesAsync(System.Guid,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDatasetInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Dataset))" /> <MemberSignature Language="F#" Value="abstract member GetDatasetInGroupWithHttpMessagesAsync : Guid * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt;" Usage="iDatasetsOperations.GetDatasetInGroupWithHttpMessagesAsync (groupId, datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatasetsAsAdminWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt; GetDatasetsAsAdminWithHttpMessagesAsync (string filter = default, int? top = default, int? skip = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Datasets&gt;&gt; GetDatasetsAsAdminWithHttpMessagesAsync(string filter, valuetype System.Nullable`1&lt;int32&gt; top, valuetype System.Nullable`1&lt;int32&gt; skip, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDatasetsAsAdminWithHttpMessagesAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDatasetsAsAdminWithHttpMessagesAsync (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Datasets))" /> <MemberSignature Language="F#" Value="abstract member GetDatasetsAsAdminWithHttpMessagesAsync : string * Nullable&lt;int&gt; * Nullable&lt;int&gt; * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt;" Usage="iDatasetsOperations.GetDatasetsAsAdminWithHttpMessagesAsync (filter, top, skip, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="filter" Type="System.String" /> <Parameter Name="top" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="skip" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="filter">To be added.</param> <param name="top">To be added.</param> <param name="skip">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatasetsInGroupAsAdminWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt; GetDatasetsInGroupAsAdminWithHttpMessagesAsync (Guid groupId, string filter = default, int? top = default, int? skip = default, string expand = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Datasets&gt;&gt; GetDatasetsInGroupAsAdminWithHttpMessagesAsync(valuetype System.Guid groupId, string filter, valuetype System.Nullable`1&lt;int32&gt; top, valuetype System.Nullable`1&lt;int32&gt; skip, string expand, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDatasetsInGroupAsAdminWithHttpMessagesAsync(System.Guid,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDatasetsInGroupAsAdminWithHttpMessagesAsync (groupId As Guid, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional expand As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Datasets))" /> <MemberSignature Language="F#" Value="abstract member GetDatasetsInGroupAsAdminWithHttpMessagesAsync : Guid * string * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt;" Usage="iDatasetsOperations.GetDatasetsInGroupAsAdminWithHttpMessagesAsync (groupId, filter, top, skip, expand, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="filter" Type="System.String" /> <Parameter Name="top" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="skip" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="expand" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="filter">To be added.</param> <param name="top">To be added.</param> <param name="skip">To be added.</param> <param name="expand">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatasetsInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt; GetDatasetsInGroupWithHttpMessagesAsync (Guid groupId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Datasets&gt;&gt; GetDatasetsInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDatasetsInGroupWithHttpMessagesAsync(System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDatasetsInGroupWithHttpMessagesAsync (groupId As Guid, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Datasets))" /> <MemberSignature Language="F#" Value="abstract member GetDatasetsInGroupWithHttpMessagesAsync : Guid * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt;" Usage="iDatasetsOperations.GetDatasetsInGroupWithHttpMessagesAsync (groupId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatasetsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt; GetDatasetsWithHttpMessagesAsync (System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Datasets&gt;&gt; GetDatasetsWithHttpMessagesAsync(class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDatasetsWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDatasetsWithHttpMessagesAsync (Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Datasets))" /> <MemberSignature Language="F#" Value="abstract member GetDatasetsWithHttpMessagesAsync : System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt;" Usage="iDatasetsOperations.GetDatasetsWithHttpMessagesAsync (customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasets&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatasetToDataflowsLinksInGroupAsAdminWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse&gt;&gt; GetDatasetToDataflowsLinksInGroupAsAdminWithHttpMessagesAsync (Guid groupId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse&gt;&gt; GetDatasetToDataflowsLinksInGroupAsAdminWithHttpMessagesAsync(valuetype System.Guid groupId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDatasetToDataflowsLinksInGroupAsAdminWithHttpMessagesAsync(System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDatasetToDataflowsLinksInGroupAsAdminWithHttpMessagesAsync (groupId As Guid, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of DatasetToDataflowLinksResponse))" /> <MemberSignature Language="F#" Value="abstract member GetDatasetToDataflowsLinksInGroupAsAdminWithHttpMessagesAsync : Guid * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse&gt;&gt;" Usage="iDatasetsOperations.GetDatasetToDataflowsLinksInGroupAsAdminWithHttpMessagesAsync (groupId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatasetToDataflowsLinksInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse&gt;&gt; GetDatasetToDataflowsLinksInGroupWithHttpMessagesAsync (Guid groupId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse&gt;&gt; GetDatasetToDataflowsLinksInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDatasetToDataflowsLinksInGroupWithHttpMessagesAsync(System.Guid,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDatasetToDataflowsLinksInGroupWithHttpMessagesAsync (groupId As Guid, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of DatasetToDataflowLinksResponse))" /> <MemberSignature Language="F#" Value="abstract member GetDatasetToDataflowsLinksInGroupWithHttpMessagesAsync : Guid * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse&gt;&gt;" Usage="iDatasetsOperations.GetDatasetToDataflowsLinksInGroupWithHttpMessagesAsync (groupId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatasetWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt; GetDatasetWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Dataset&gt;&gt; GetDatasetWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDatasetWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDatasetWithHttpMessagesAsync (datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Dataset))" /> <MemberSignature Language="F#" Value="abstract member GetDatasetWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt;" Usage="iDatasetsOperations.GetDatasetWithHttpMessagesAsync (datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatasourcesAsAdminWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasources&gt;&gt; GetDatasourcesAsAdminWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Datasources&gt;&gt; GetDatasourcesAsAdminWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDatasourcesAsAdminWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDatasourcesAsAdminWithHttpMessagesAsync (datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Datasources))" /> <MemberSignature Language="F#" Value="abstract member GetDatasourcesAsAdminWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasources&gt;&gt;" Usage="iDatasetsOperations.GetDatasourcesAsAdminWithHttpMessagesAsync (datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasources&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatasourcesInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasources&gt;&gt; GetDatasourcesInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Datasources&gt;&gt; GetDatasourcesInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDatasourcesInGroupWithHttpMessagesAsync(System.Guid,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDatasourcesInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Datasources))" /> <MemberSignature Language="F#" Value="abstract member GetDatasourcesInGroupWithHttpMessagesAsync : Guid * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasources&gt;&gt;" Usage="iDatasetsOperations.GetDatasourcesInGroupWithHttpMessagesAsync (groupId, datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasources&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDatasourcesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasources&gt;&gt; GetDatasourcesWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Datasources&gt;&gt; GetDatasourcesWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDatasourcesWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDatasourcesWithHttpMessagesAsync (datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Datasources))" /> <MemberSignature Language="F#" Value="abstract member GetDatasourcesWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasources&gt;&gt;" Usage="iDatasetsOperations.GetDatasourcesWithHttpMessagesAsync (datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Datasources&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule&gt;&gt; GetDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule&gt;&gt; GetDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync(System.Guid,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of DirectQueryRefreshSchedule))" /> <MemberSignature Language="F#" Value="abstract member GetDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync : Guid * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule&gt;&gt;" Usage="iDatasetsOperations.GetDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync (groupId, datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetDirectQueryRefreshScheduleWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule&gt;&gt; GetDirectQueryRefreshScheduleWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule&gt;&gt; GetDirectQueryRefreshScheduleWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetDirectQueryRefreshScheduleWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetDirectQueryRefreshScheduleWithHttpMessagesAsync (datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of DirectQueryRefreshSchedule))" /> <MemberSignature Language="F#" Value="abstract member GetDirectQueryRefreshScheduleWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule&gt;&gt;" Usage="iDatasetsOperations.GetDirectQueryRefreshScheduleWithHttpMessagesAsync (datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetGatewayDatasourcesInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.GatewayDatasources&gt;&gt; GetGatewayDatasourcesInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.GatewayDatasources&gt;&gt; GetGatewayDatasourcesInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetGatewayDatasourcesInGroupWithHttpMessagesAsync(System.Guid,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetGatewayDatasourcesInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of GatewayDatasources))" /> <MemberSignature Language="F#" Value="abstract member GetGatewayDatasourcesInGroupWithHttpMessagesAsync : Guid * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.GatewayDatasources&gt;&gt;" Usage="iDatasetsOperations.GetGatewayDatasourcesInGroupWithHttpMessagesAsync (groupId, datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.GatewayDatasources&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetGatewayDatasourcesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.GatewayDatasources&gt;&gt; GetGatewayDatasourcesWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.GatewayDatasources&gt;&gt; GetGatewayDatasourcesWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetGatewayDatasourcesWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetGatewayDatasourcesWithHttpMessagesAsync (datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of GatewayDatasources))" /> <MemberSignature Language="F#" Value="abstract member GetGatewayDatasourcesWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.GatewayDatasources&gt;&gt;" Usage="iDatasetsOperations.GetGatewayDatasourcesWithHttpMessagesAsync (datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.GatewayDatasources&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetParametersInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.MashupParameters&gt;&gt; GetParametersInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.MashupParameters&gt;&gt; GetParametersInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetParametersInGroupWithHttpMessagesAsync(System.Guid,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetParametersInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of MashupParameters))" /> <MemberSignature Language="F#" Value="abstract member GetParametersInGroupWithHttpMessagesAsync : Guid * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.MashupParameters&gt;&gt;" Usage="iDatasetsOperations.GetParametersInGroupWithHttpMessagesAsync (groupId, datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.MashupParameters&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetParametersWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.MashupParameters&gt;&gt; GetParametersWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.MashupParameters&gt;&gt; GetParametersWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetParametersWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetParametersWithHttpMessagesAsync (datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of MashupParameters))" /> <MemberSignature Language="F#" Value="abstract member GetParametersWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.MashupParameters&gt;&gt;" Usage="iDatasetsOperations.GetParametersWithHttpMessagesAsync (datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.MashupParameters&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetRefreshHistoryInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Refreshes&gt;&gt; GetRefreshHistoryInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, int? top = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Refreshes&gt;&gt; GetRefreshHistoryInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, valuetype System.Nullable`1&lt;int32&gt; top, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetRefreshHistoryInGroupWithHttpMessagesAsync(System.Guid,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetRefreshHistoryInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional top As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Refreshes))" /> <MemberSignature Language="F#" Value="abstract member GetRefreshHistoryInGroupWithHttpMessagesAsync : Guid * string * Nullable&lt;int&gt; * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Refreshes&gt;&gt;" Usage="iDatasetsOperations.GetRefreshHistoryInGroupWithHttpMessagesAsync (groupId, datasetId, top, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Refreshes&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="top" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="top">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetRefreshHistoryWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Refreshes&gt;&gt; GetRefreshHistoryWithHttpMessagesAsync (string datasetId, int? top = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Refreshes&gt;&gt; GetRefreshHistoryWithHttpMessagesAsync(string datasetId, valuetype System.Nullable`1&lt;int32&gt; top, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetRefreshHistoryWithHttpMessagesAsync(System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetRefreshHistoryWithHttpMessagesAsync (datasetId As String, Optional top As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Refreshes))" /> <MemberSignature Language="F#" Value="abstract member GetRefreshHistoryWithHttpMessagesAsync : string * Nullable&lt;int&gt; * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Refreshes&gt;&gt;" Usage="iDatasetsOperations.GetRefreshHistoryWithHttpMessagesAsync (datasetId, top, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Refreshes&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="top" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="top">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetRefreshScheduleInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.RefreshSchedule&gt;&gt; GetRefreshScheduleInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.RefreshSchedule&gt;&gt; GetRefreshScheduleInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetRefreshScheduleInGroupWithHttpMessagesAsync(System.Guid,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetRefreshScheduleInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of RefreshSchedule))" /> <MemberSignature Language="F#" Value="abstract member GetRefreshScheduleInGroupWithHttpMessagesAsync : Guid * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.RefreshSchedule&gt;&gt;" Usage="iDatasetsOperations.GetRefreshScheduleInGroupWithHttpMessagesAsync (groupId, datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.RefreshSchedule&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetRefreshScheduleWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.RefreshSchedule&gt;&gt; GetRefreshScheduleWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.RefreshSchedule&gt;&gt; GetRefreshScheduleWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetRefreshScheduleWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetRefreshScheduleWithHttpMessagesAsync (datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of RefreshSchedule))" /> <MemberSignature Language="F#" Value="abstract member GetRefreshScheduleWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.RefreshSchedule&gt;&gt;" Usage="iDatasetsOperations.GetRefreshScheduleWithHttpMessagesAsync (datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.RefreshSchedule&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetTablesInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Tables&gt;&gt; GetTablesInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Tables&gt;&gt; GetTablesInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetTablesInGroupWithHttpMessagesAsync(System.Guid,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetTablesInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Tables))" /> <MemberSignature Language="F#" Value="abstract member GetTablesInGroupWithHttpMessagesAsync : Guid * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Tables&gt;&gt;" Usage="iDatasetsOperations.GetTablesInGroupWithHttpMessagesAsync (groupId, datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Tables&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetTablesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Tables&gt;&gt; GetTablesWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Tables&gt;&gt; GetTablesWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.GetTablesWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function GetTablesWithHttpMessagesAsync (datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Tables))" /> <MemberSignature Language="F#" Value="abstract member GetTablesWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Tables&gt;&gt;" Usage="iDatasetsOperations.GetTablesWithHttpMessagesAsync (datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Tables&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PostDatasetInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt; PostDatasetInGroupWithHttpMessagesAsync (Guid groupId, Microsoft.PowerBI.Api.Models.CreateDatasetRequest dataset, Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy? defaultRetentionPolicy = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Dataset&gt;&gt; PostDatasetInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, class Microsoft.PowerBI.Api.Models.CreateDatasetRequest dataset, valuetype System.Nullable`1&lt;valuetype Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy&gt; defaultRetentionPolicy, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.PostDatasetInGroupWithHttpMessagesAsync(System.Guid,Microsoft.PowerBI.Api.Models.CreateDatasetRequest,System.Nullable{Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function PostDatasetInGroupWithHttpMessagesAsync (groupId As Guid, dataset As CreateDatasetRequest, Optional defaultRetentionPolicy As Nullable(Of DefaultRetentionPolicy) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Dataset))" /> <MemberSignature Language="F#" Value="abstract member PostDatasetInGroupWithHttpMessagesAsync : Guid * Microsoft.PowerBI.Api.Models.CreateDatasetRequest * Nullable&lt;Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy&gt; * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt;" Usage="iDatasetsOperations.PostDatasetInGroupWithHttpMessagesAsync (groupId, dataset, defaultRetentionPolicy, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="dataset" Type="Microsoft.PowerBI.Api.Models.CreateDatasetRequest" /> <Parameter Name="defaultRetentionPolicy" Type="System.Nullable&lt;Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy&gt;" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="dataset">To be added.</param> <param name="defaultRetentionPolicy">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PostDatasetWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt; PostDatasetWithHttpMessagesAsync (Microsoft.PowerBI.Api.Models.CreateDatasetRequest dataset, Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy? defaultRetentionPolicy = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Dataset&gt;&gt; PostDatasetWithHttpMessagesAsync(class Microsoft.PowerBI.Api.Models.CreateDatasetRequest dataset, valuetype System.Nullable`1&lt;valuetype Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy&gt; defaultRetentionPolicy, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.PostDatasetWithHttpMessagesAsync(Microsoft.PowerBI.Api.Models.CreateDatasetRequest,System.Nullable{Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function PostDatasetWithHttpMessagesAsync (dataset As CreateDatasetRequest, Optional defaultRetentionPolicy As Nullable(Of DefaultRetentionPolicy) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Dataset))" /> <MemberSignature Language="F#" Value="abstract member PostDatasetWithHttpMessagesAsync : Microsoft.PowerBI.Api.Models.CreateDatasetRequest * Nullable&lt;Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy&gt; * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt;" Usage="iDatasetsOperations.PostDatasetWithHttpMessagesAsync (dataset, defaultRetentionPolicy, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Dataset&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="dataset" Type="Microsoft.PowerBI.Api.Models.CreateDatasetRequest" /> <Parameter Name="defaultRetentionPolicy" Type="System.Nullable&lt;Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy&gt;" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="dataset">To be added.</param> <param name="defaultRetentionPolicy">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PostRowsInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; PostRowsInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, string tableName, Microsoft.PowerBI.Api.Models.PostRowsRequest requestMessage, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; PostRowsInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, string tableName, class Microsoft.PowerBI.Api.Models.PostRowsRequest requestMessage, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.PostRowsInGroupWithHttpMessagesAsync(System.Guid,System.String,System.String,Microsoft.PowerBI.Api.Models.PostRowsRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function PostRowsInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, tableName As String, requestMessage As PostRowsRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member PostRowsInGroupWithHttpMessagesAsync : Guid * string * string * Microsoft.PowerBI.Api.Models.PostRowsRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.PostRowsInGroupWithHttpMessagesAsync (groupId, datasetId, tableName, requestMessage, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="tableName" Type="System.String" /> <Parameter Name="requestMessage" Type="Microsoft.PowerBI.Api.Models.PostRowsRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="tableName">To be added.</param> <param name="requestMessage">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PostRowsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; PostRowsWithHttpMessagesAsync (string datasetId, string tableName, Microsoft.PowerBI.Api.Models.PostRowsRequest requestMessage, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; PostRowsWithHttpMessagesAsync(string datasetId, string tableName, class Microsoft.PowerBI.Api.Models.PostRowsRequest requestMessage, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.PostRowsWithHttpMessagesAsync(System.String,System.String,Microsoft.PowerBI.Api.Models.PostRowsRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function PostRowsWithHttpMessagesAsync (datasetId As String, tableName As String, requestMessage As PostRowsRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member PostRowsWithHttpMessagesAsync : string * string * Microsoft.PowerBI.Api.Models.PostRowsRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.PostRowsWithHttpMessagesAsync (datasetId, tableName, requestMessage, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="tableName" Type="System.String" /> <Parameter Name="requestMessage" Type="Microsoft.PowerBI.Api.Models.PostRowsRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="tableName">To be added.</param> <param name="requestMessage">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PutTableInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Table&gt;&gt; PutTableInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, string tableName, Microsoft.PowerBI.Api.Models.Table requestMessage, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Table&gt;&gt; PutTableInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, string tableName, class Microsoft.PowerBI.Api.Models.Table requestMessage, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.PutTableInGroupWithHttpMessagesAsync(System.Guid,System.String,System.String,Microsoft.PowerBI.Api.Models.Table,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function PutTableInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, tableName As String, requestMessage As Table, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Table))" /> <MemberSignature Language="F#" Value="abstract member PutTableInGroupWithHttpMessagesAsync : Guid * string * string * Microsoft.PowerBI.Api.Models.Table * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Table&gt;&gt;" Usage="iDatasetsOperations.PutTableInGroupWithHttpMessagesAsync (groupId, datasetId, tableName, requestMessage, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Table&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="tableName" Type="System.String" /> <Parameter Name="requestMessage" Type="Microsoft.PowerBI.Api.Models.Table" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="tableName">To be added.</param> <param name="requestMessage">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="PutTableWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Table&gt;&gt; PutTableWithHttpMessagesAsync (string datasetId, string tableName, Microsoft.PowerBI.Api.Models.Table requestMessage, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse`1&lt;class Microsoft.PowerBI.Api.Models.Table&gt;&gt; PutTableWithHttpMessagesAsync(string datasetId, string tableName, class Microsoft.PowerBI.Api.Models.Table requestMessage, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.PutTableWithHttpMessagesAsync(System.String,System.String,Microsoft.PowerBI.Api.Models.Table,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function PutTableWithHttpMessagesAsync (datasetId As String, tableName As String, requestMessage As Table, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Table))" /> <MemberSignature Language="F#" Value="abstract member PutTableWithHttpMessagesAsync : string * string * Microsoft.PowerBI.Api.Models.Table * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Table&gt;&gt;" Usage="iDatasetsOperations.PutTableWithHttpMessagesAsync (datasetId, tableName, requestMessage, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&lt;Microsoft.PowerBI.Api.Models.Table&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="tableName" Type="System.String" /> <Parameter Name="requestMessage" Type="Microsoft.PowerBI.Api.Models.Table" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="tableName">To be added.</param> <param name="requestMessage">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="RefreshDatasetInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; RefreshDatasetInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.RefreshRequest refreshRequest = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; RefreshDatasetInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.RefreshRequest refreshRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.RefreshDatasetInGroupWithHttpMessagesAsync(System.Guid,System.String,Microsoft.PowerBI.Api.Models.RefreshRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function RefreshDatasetInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional refreshRequest As RefreshRequest = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member RefreshDatasetInGroupWithHttpMessagesAsync : Guid * string * Microsoft.PowerBI.Api.Models.RefreshRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.RefreshDatasetInGroupWithHttpMessagesAsync (groupId, datasetId, refreshRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="refreshRequest" Type="Microsoft.PowerBI.Api.Models.RefreshRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="refreshRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="RefreshDatasetWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; RefreshDatasetWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.RefreshRequest refreshRequest = default, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; RefreshDatasetWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.RefreshRequest refreshRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.RefreshDatasetWithHttpMessagesAsync(System.String,Microsoft.PowerBI.Api.Models.RefreshRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function RefreshDatasetWithHttpMessagesAsync (datasetId As String, Optional refreshRequest As RefreshRequest = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member RefreshDatasetWithHttpMessagesAsync : string * Microsoft.PowerBI.Api.Models.RefreshRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.RefreshDatasetWithHttpMessagesAsync (datasetId, refreshRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="refreshRequest" Type="Microsoft.PowerBI.Api.Models.RefreshRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="refreshRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SetAllDatasetConnectionsInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; SetAllDatasetConnectionsInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.ConnectionDetails parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; SetAllDatasetConnectionsInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.ConnectionDetails parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.SetAllDatasetConnectionsInGroupWithHttpMessagesAsync(System.Guid,System.String,Microsoft.PowerBI.Api.Models.ConnectionDetails,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function SetAllDatasetConnectionsInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, parameters As ConnectionDetails, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member SetAllDatasetConnectionsInGroupWithHttpMessagesAsync : Guid * string * Microsoft.PowerBI.Api.Models.ConnectionDetails * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.SetAllDatasetConnectionsInGroupWithHttpMessagesAsync (groupId, datasetId, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.Obsolete]</AttributeName> <AttributeName Language="F#">[&lt;System.Obsolete&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.PowerBI.Api.Models.ConnectionDetails" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="parameters">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SetAllDatasetConnectionsWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; SetAllDatasetConnectionsWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.ConnectionDetails parameters, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; SetAllDatasetConnectionsWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.ConnectionDetails parameters, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.SetAllDatasetConnectionsWithHttpMessagesAsync(System.String,Microsoft.PowerBI.Api.Models.ConnectionDetails,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function SetAllDatasetConnectionsWithHttpMessagesAsync (datasetId As String, parameters As ConnectionDetails, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member SetAllDatasetConnectionsWithHttpMessagesAsync : string * Microsoft.PowerBI.Api.Models.ConnectionDetails * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.SetAllDatasetConnectionsWithHttpMessagesAsync (datasetId, parameters, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.Obsolete]</AttributeName> <AttributeName Language="F#">[&lt;System.Obsolete&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="parameters" Type="Microsoft.PowerBI.Api.Models.ConnectionDetails" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="parameters">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="TakeOverInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; TakeOverInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; TakeOverInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.TakeOverInGroupWithHttpMessagesAsync(System.Guid,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function TakeOverInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member TakeOverInGroupWithHttpMessagesAsync : Guid * string * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.TakeOverInGroupWithHttpMessagesAsync (groupId, datasetId, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateDatasourcesInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; UpdateDatasourcesInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest updateDatasourcesRequest, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; UpdateDatasourcesInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest updateDatasourcesRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.UpdateDatasourcesInGroupWithHttpMessagesAsync(System.Guid,System.String,Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateDatasourcesInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, updateDatasourcesRequest As UpdateDatasourcesRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member UpdateDatasourcesInGroupWithHttpMessagesAsync : Guid * string * Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.UpdateDatasourcesInGroupWithHttpMessagesAsync (groupId, datasetId, updateDatasourcesRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="updateDatasourcesRequest" Type="Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="updateDatasourcesRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateDatasourcesWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; UpdateDatasourcesWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest updateDatasourcesRequest, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; UpdateDatasourcesWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest updateDatasourcesRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.UpdateDatasourcesWithHttpMessagesAsync(System.String,Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateDatasourcesWithHttpMessagesAsync (datasetId As String, updateDatasourcesRequest As UpdateDatasourcesRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member UpdateDatasourcesWithHttpMessagesAsync : string * Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.UpdateDatasourcesWithHttpMessagesAsync (datasetId, updateDatasourcesRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="updateDatasourcesRequest" Type="Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="updateDatasourcesRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; UpdateDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; UpdateDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.UpdateDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync(System.Guid,System.String,Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, datasetDQRefreshScheduleRequest As DirectQueryRefreshScheduleRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member UpdateDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync : Guid * string * Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.UpdateDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync (groupId, datasetId, datasetDQRefreshScheduleRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="datasetDQRefreshScheduleRequest" Type="Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="datasetDQRefreshScheduleRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateDirectQueryRefreshScheduleWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; UpdateDirectQueryRefreshScheduleWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; UpdateDirectQueryRefreshScheduleWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.UpdateDirectQueryRefreshScheduleWithHttpMessagesAsync(System.String,Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateDirectQueryRefreshScheduleWithHttpMessagesAsync (datasetId As String, datasetDQRefreshScheduleRequest As DirectQueryRefreshScheduleRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member UpdateDirectQueryRefreshScheduleWithHttpMessagesAsync : string * Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.UpdateDirectQueryRefreshScheduleWithHttpMessagesAsync (datasetId, datasetDQRefreshScheduleRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="datasetDQRefreshScheduleRequest" Type="Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="datasetDQRefreshScheduleRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateParametersInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; UpdateParametersInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest updateMashupParametersRequest, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; UpdateParametersInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest updateMashupParametersRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.UpdateParametersInGroupWithHttpMessagesAsync(System.Guid,System.String,Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateParametersInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, updateMashupParametersRequest As UpdateMashupParametersRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member UpdateParametersInGroupWithHttpMessagesAsync : Guid * string * Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.UpdateParametersInGroupWithHttpMessagesAsync (groupId, datasetId, updateMashupParametersRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="updateMashupParametersRequest" Type="Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="updateMashupParametersRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateParametersWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; UpdateParametersWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest updateMashupParametersRequest, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; UpdateParametersWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest updateMashupParametersRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.UpdateParametersWithHttpMessagesAsync(System.String,Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateParametersWithHttpMessagesAsync (datasetId As String, updateMashupParametersRequest As UpdateMashupParametersRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member UpdateParametersWithHttpMessagesAsync : string * Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.UpdateParametersWithHttpMessagesAsync (datasetId, updateMashupParametersRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="updateMashupParametersRequest" Type="Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="updateMashupParametersRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateRefreshScheduleInGroupWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; UpdateRefreshScheduleInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.RefreshScheduleRequest datasetModelRefreshScheduleRequest, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; UpdateRefreshScheduleInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.RefreshScheduleRequest datasetModelRefreshScheduleRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.UpdateRefreshScheduleInGroupWithHttpMessagesAsync(System.Guid,System.String,Microsoft.PowerBI.Api.Models.RefreshScheduleRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateRefreshScheduleInGroupWithHttpMessagesAsync (groupId As Guid, datasetId As String, datasetModelRefreshScheduleRequest As RefreshScheduleRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member UpdateRefreshScheduleInGroupWithHttpMessagesAsync : Guid * string * Microsoft.PowerBI.Api.Models.RefreshScheduleRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.UpdateRefreshScheduleInGroupWithHttpMessagesAsync (groupId, datasetId, datasetModelRefreshScheduleRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="groupId" Type="System.Guid" /> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="datasetModelRefreshScheduleRequest" Type="Microsoft.PowerBI.Api.Models.RefreshScheduleRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="groupId">To be added.</param> <param name="datasetId">To be added.</param> <param name="datasetModelRefreshScheduleRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateRefreshScheduleWithHttpMessagesAsync"> <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt; UpdateRefreshScheduleWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.RefreshScheduleRequest datasetModelRefreshScheduleRequest, System.Collections.Generic.Dictionary&lt;string,System.Collections.Generic.List&lt;string&gt;&gt; customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Microsoft.Rest.HttpOperationResponse&gt; UpdateRefreshScheduleWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.RefreshScheduleRequest datasetModelRefreshScheduleRequest, class System.Collections.Generic.Dictionary`2&lt;string, class System.Collections.Generic.List`1&lt;string&gt;&gt; customHeaders, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Microsoft.PowerBI.Api.IDatasetsOperations.UpdateRefreshScheduleWithHttpMessagesAsync(System.String,Microsoft.PowerBI.Api.Models.RefreshScheduleRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Function UpdateRefreshScheduleWithHttpMessagesAsync (datasetId As String, datasetModelRefreshScheduleRequest As RefreshScheduleRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)" /> <MemberSignature Language="F#" Value="abstract member UpdateRefreshScheduleWithHttpMessagesAsync : string * Microsoft.PowerBI.Api.Models.RefreshScheduleRequest * System.Collections.Generic.Dictionary&lt;string, System.Collections.Generic.List&lt;string&gt;&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;" Usage="iDatasetsOperations.UpdateRefreshScheduleWithHttpMessagesAsync (datasetId, datasetModelRefreshScheduleRequest, customHeaders, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Microsoft.PowerBI.Api</AssemblyName> <AssemblyVersion>3.20.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Microsoft.Rest.HttpOperationResponse&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="datasetId" Type="System.String" /> <Parameter Name="datasetModelRefreshScheduleRequest" Type="Microsoft.PowerBI.Api.Models.RefreshScheduleRequest" /> <Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary&lt;System.String,System.Collections.Generic.List&lt;System.String&gt;&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="datasetId">To be added.</param> <param name="datasetModelRefreshScheduleRequest">To be added.</param> <param name="customHeaders">To be added.</param> <param name="cancellationToken">To be added.</param> <summary>To be added.</summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> </Members> </Type>