TextRequestClient.UpdateDashboardsNameAsync 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.
Update a specific dashboard's name
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.UpdateDashboardsNameResponse> UpdateDashboardsNameAsync(int idOfTheDashboardToMakeThisCallOn, Azure.Connectors.Sdk.TextRequest.Models.UpdateDashboardsNameInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateDashboardsNameAsync : int * Azure.Connectors.Sdk.TextRequest.Models.UpdateDashboardsNameInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.UpdateDashboardsNameResponse>
override this.UpdateDashboardsNameAsync : int * Azure.Connectors.Sdk.TextRequest.Models.UpdateDashboardsNameInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.UpdateDashboardsNameResponse>
Public Overridable Function UpdateDashboardsNameAsync (idOfTheDashboardToMakeThisCallOn As Integer, input As UpdateDashboardsNameInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of UpdateDashboardsNameResponse)
Parameters
- idOfTheDashboardToMakeThisCallOn
- Int32
Id of the dashboard to make this call on
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Update a specific dashboard's name response.
Remarks
Updates a dashboard. This does not change a dashboard's phone number. If you want a new number with another dashboard's contacts, you will have to create a new dashboard with a POST and add the contacts with a bulk export/import.