ExtensionResource.Update(CancellationToken) 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.
Upgrade to latest extension.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{farmBeatsResourceName}/extensions/{extensionId}
- Operation Id: Extensions_Update
public virtual Azure.Response<Azure.ResourceManager.AgFoodPlatform.ExtensionResource> Update (System.Threading.CancellationToken cancellationToken = default);
abstract member Update : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AgFoodPlatform.ExtensionResource>
override this.Update : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AgFoodPlatform.ExtensionResource>
Public Overridable Function Update (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ExtensionResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.