EnterpriseMccCustomerResource.UpdateAsync 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.
This api updates an existing enterprise mcc customer resource
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers/{customerResourceName}
- Operation Id: EnterpriseMccCustomerResource_Update
- Default Api Version: 2024-11-30-preview
- Resource: EnterpriseMccCustomerResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResource>> UpdateAsync(Azure.ResourceManager.ConnectedCache.Models.ConnectedCachePatchContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.ConnectedCache.Models.ConnectedCachePatchContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResource>>
override this.UpdateAsync : Azure.ResourceManager.ConnectedCache.Models.ConnectedCachePatchContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResource>>
Public Overridable Function UpdateAsync (content As ConnectedCachePatchContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EnterpriseMccCustomerResource))
Parameters
- content
- ConnectedCachePatchContent
The resource properties to be updated.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.