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