RecommendedActionResource.Update 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.
Updates a database recommended action.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/advisors/{advisorName}/recommendedActions/{recommendedActionName}
- Operation Id: DatabaseRecommendedActions_Update
- Default Api Version: 2020-11-01-preview
- Resource: RecommendedActionResource
public virtual Azure.Response<Azure.ResourceManager.Sql.RecommendedActionResource> Update (Azure.ResourceManager.Sql.RecommendedActionData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Sql.RecommendedActionData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.RecommendedActionResource>
override this.Update : Azure.ResourceManager.Sql.RecommendedActionData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.RecommendedActionResource>
Public Overridable Function Update (data As RecommendedActionData, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RecommendedActionResource)
Parameters
The requested recommended action resource state.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
data
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET