TextRequestClient.GetDashboardsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get all dashboards in an account
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetDashboardsResponse> GetDashboardsAsync(int? numberPageToGet = default, int? amountOfEachEntityToGetPerPage = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDashboardsAsync : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetDashboardsResponse>
override this.GetDashboardsAsync : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetDashboardsResponse>
Public Overridable Function GetDashboardsAsync (Optional numberPageToGet As Nullable(Of Integer) = Nothing, Optional amountOfEachEntityToGetPerPage As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetDashboardsResponse)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get all dashboards in an account response.
Remarks
Gets all dashboards in an account.