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<Microsoft.Rest.HttpOperationResponse> BindToGatewayInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> BindToGatewayInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> BindToGatewayWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> BindToGatewayWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.BindToGatewayRequest bindToGatewayRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> DeleteDatasetInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> DeleteDatasetInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> DeleteDatasetWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> DeleteDatasetWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> DeleteRowsInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, string tableName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> DeleteRowsInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, string tableName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> DeleteRowsWithHttpMessagesAsync (string datasetId, string tableName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> DeleteRowsWithHttpMessagesAsync(string datasetId, string tableName, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="tableName" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Gateways>> DiscoverGatewaysInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Gateways>> DiscoverGatewaysInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Gateways>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Gateways>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Gateways>> DiscoverGatewaysWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Gateways>> DiscoverGatewaysWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Gateways>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Gateways>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.EmbedToken>> GenerateTokenInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.GenerateTokenRequest requestParameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.EmbedToken>> GenerateTokenInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.GenerateTokenRequest requestParameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.EmbedToken>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.EmbedToken>></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>> GetDatasetInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Dataset>> GetDatasetInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>> GetDatasetsAsAdminWithHttpMessagesAsync (string filter = default, int? top = default, int? skip = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Datasets>> GetDatasetsAsAdminWithHttpMessagesAsync(string filter, valuetype System.Nullable`1<int32> top, valuetype System.Nullable`1<int32> skip, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<int> * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="filter" Type="System.String" />
<Parameter Name="top" Type="System.Nullable<System.Int32>" />
<Parameter Name="skip" Type="System.Nullable<System.Int32>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>> GetDatasetsInGroupAsAdminWithHttpMessagesAsync (Guid groupId, string filter = default, int? top = default, int? skip = default, string expand = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Datasets>> GetDatasetsInGroupAsAdminWithHttpMessagesAsync(valuetype System.Guid groupId, string filter, valuetype System.Nullable`1<int32> top, valuetype System.Nullable`1<int32> skip, string expand, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<int> * Nullable<int> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="filter" Type="System.String" />
<Parameter Name="top" Type="System.Nullable<System.Int32>" />
<Parameter Name="skip" Type="System.Nullable<System.Int32>" />
<Parameter Name="expand" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>> GetDatasetsInGroupWithHttpMessagesAsync (Guid groupId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Datasets>> GetDatasetsInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>> GetDatasetsWithHttpMessagesAsync (System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Datasets>> GetDatasetsWithHttpMessagesAsync(class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasets>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse>> GetDatasetToDataflowsLinksInGroupAsAdminWithHttpMessagesAsync (Guid groupId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse>> GetDatasetToDataflowsLinksInGroupAsAdminWithHttpMessagesAsync(valuetype System.Guid groupId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse>> GetDatasetToDataflowsLinksInGroupWithHttpMessagesAsync (Guid groupId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse>> GetDatasetToDataflowsLinksInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DatasetToDataflowLinksResponse>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>> GetDatasetWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Dataset>> GetDatasetWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasources>> GetDatasourcesAsAdminWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Datasources>> GetDatasourcesAsAdminWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasources>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasources>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasources>> GetDatasourcesInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Datasources>> GetDatasourcesInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasources>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasources>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasources>> GetDatasourcesWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Datasources>> GetDatasourcesWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasources>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Datasources>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule>> GetDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule>> GetDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule>> GetDirectQueryRefreshScheduleWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule>> GetDirectQueryRefreshScheduleWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.DirectQueryRefreshSchedule>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.GatewayDatasources>> GetGatewayDatasourcesInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.GatewayDatasources>> GetGatewayDatasourcesInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.GatewayDatasources>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.GatewayDatasources>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.GatewayDatasources>> GetGatewayDatasourcesWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.GatewayDatasources>> GetGatewayDatasourcesWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.GatewayDatasources>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.GatewayDatasources>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.MashupParameters>> GetParametersInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.MashupParameters>> GetParametersInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.MashupParameters>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.MashupParameters>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.MashupParameters>> GetParametersWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.MashupParameters>> GetParametersWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.MashupParameters>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.MashupParameters>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Refreshes>> GetRefreshHistoryInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, int? top = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Refreshes>> GetRefreshHistoryInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, valuetype System.Nullable`1<int32> top, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Refreshes>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Refreshes>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="top" Type="System.Nullable<System.Int32>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Refreshes>> GetRefreshHistoryWithHttpMessagesAsync (string datasetId, int? top = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Refreshes>> GetRefreshHistoryWithHttpMessagesAsync(string datasetId, valuetype System.Nullable`1<int32> top, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Refreshes>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Refreshes>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="top" Type="System.Nullable<System.Int32>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.RefreshSchedule>> GetRefreshScheduleInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.RefreshSchedule>> GetRefreshScheduleInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.RefreshSchedule>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.RefreshSchedule>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.RefreshSchedule>> GetRefreshScheduleWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.RefreshSchedule>> GetRefreshScheduleWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.RefreshSchedule>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.RefreshSchedule>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Tables>> GetTablesInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Tables>> GetTablesInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Tables>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Tables>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Tables>> GetTablesWithHttpMessagesAsync (string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Tables>> GetTablesWithHttpMessagesAsync(string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Tables>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Tables>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>> PostDatasetInGroupWithHttpMessagesAsync (Guid groupId, Microsoft.PowerBI.Api.Models.CreateDatasetRequest dataset, Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy? defaultRetentionPolicy = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Dataset>> PostDatasetInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, class Microsoft.PowerBI.Api.Models.CreateDatasetRequest dataset, valuetype System.Nullable`1<valuetype Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy> defaultRetentionPolicy, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="dataset" Type="Microsoft.PowerBI.Api.Models.CreateDatasetRequest" />
<Parameter Name="defaultRetentionPolicy" Type="System.Nullable<Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>> PostDatasetWithHttpMessagesAsync (Microsoft.PowerBI.Api.Models.CreateDatasetRequest dataset, Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy? defaultRetentionPolicy = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Dataset>> PostDatasetWithHttpMessagesAsync(class Microsoft.PowerBI.Api.Models.CreateDatasetRequest dataset, valuetype System.Nullable`1<valuetype Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy> defaultRetentionPolicy, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Dataset>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="dataset" Type="Microsoft.PowerBI.Api.Models.CreateDatasetRequest" />
<Parameter Name="defaultRetentionPolicy" Type="System.Nullable<Microsoft.PowerBI.Api.Models.DefaultRetentionPolicy>" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> PostRowsInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, string tableName, Microsoft.PowerBI.Api.Models.PostRowsRequest requestMessage, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> PostRowsInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, string tableName, class Microsoft.PowerBI.Api.Models.PostRowsRequest requestMessage, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> PostRowsWithHttpMessagesAsync (string datasetId, string tableName, Microsoft.PowerBI.Api.Models.PostRowsRequest requestMessage, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> PostRowsWithHttpMessagesAsync(string datasetId, string tableName, class Microsoft.PowerBI.Api.Models.PostRowsRequest requestMessage, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Table>> PutTableInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, string tableName, Microsoft.PowerBI.Api.Models.Table requestMessage, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Table>> PutTableInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, string tableName, class Microsoft.PowerBI.Api.Models.Table requestMessage, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Table>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Table>></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Table>> PutTableWithHttpMessagesAsync (string datasetId, string tableName, Microsoft.PowerBI.Api.Models.Table requestMessage, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse`1<class Microsoft.PowerBI.Api.Models.Table>> PutTableWithHttpMessagesAsync(string datasetId, string tableName, class Microsoft.PowerBI.Api.Models.Table requestMessage, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Table>>" 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<Microsoft.Rest.HttpOperationResponse<Microsoft.PowerBI.Api.Models.Table>></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> RefreshDatasetInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.RefreshRequest refreshRequest = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> RefreshDatasetInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.RefreshRequest refreshRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> RefreshDatasetWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.RefreshRequest refreshRequest = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> RefreshDatasetWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.RefreshRequest refreshRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> SetAllDatasetConnectionsInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.ConnectionDetails parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> SetAllDatasetConnectionsInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.ConnectionDetails parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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#">[<System.Obsolete>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> SetAllDatasetConnectionsWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.ConnectionDetails parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> SetAllDatasetConnectionsWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.ConnectionDetails parameters, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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#">[<System.Obsolete>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> TakeOverInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> TakeOverInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="groupId" Type="System.Guid" />
<Parameter Name="datasetId" Type="System.String" />
<Parameter Name="customHeaders" Type="System.Collections.Generic.Dictionary<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> UpdateDatasourcesInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest updateDatasourcesRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> UpdateDatasourcesInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest updateDatasourcesRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> UpdateDatasourcesWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest updateDatasourcesRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> UpdateDatasourcesWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.UpdateDatasourcesRequest updateDatasourcesRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> UpdateDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> UpdateDirectQueryRefreshScheduleInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> UpdateDirectQueryRefreshScheduleWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> UpdateDirectQueryRefreshScheduleWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.DirectQueryRefreshScheduleRequest datasetDQRefreshScheduleRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> UpdateParametersInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest updateMashupParametersRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> UpdateParametersInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest updateMashupParametersRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> UpdateParametersWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest updateMashupParametersRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> UpdateParametersWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.UpdateMashupParametersRequest updateMashupParametersRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> UpdateRefreshScheduleInGroupWithHttpMessagesAsync (Guid groupId, string datasetId, Microsoft.PowerBI.Api.Models.RefreshScheduleRequest datasetModelRefreshScheduleRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> UpdateRefreshScheduleInGroupWithHttpMessagesAsync(valuetype System.Guid groupId, string datasetId, class Microsoft.PowerBI.Api.Models.RefreshScheduleRequest datasetModelRefreshScheduleRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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<Microsoft.Rest.HttpOperationResponse> UpdateRefreshScheduleWithHttpMessagesAsync (string datasetId, Microsoft.PowerBI.Api.Models.RefreshScheduleRequest datasetModelRefreshScheduleRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Microsoft.Rest.HttpOperationResponse> UpdateRefreshScheduleWithHttpMessagesAsync(string datasetId, class Microsoft.PowerBI.Api.Models.RefreshScheduleRequest datasetModelRefreshScheduleRequest, class System.Collections.Generic.Dictionary`2<string, class System.Collections.Generic.List`1<string>> 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<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>" 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<Microsoft.Rest.HttpOperationResponse></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<System.String,System.Collections.Generic.List<System.String>>" />
<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>