Freigeben über


IspCacheNodeResource.GetCacheNodeAutoUpdateHistoryAsync Method

Definition

This api gets ispCacheNode resource auto update histrory information

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/ispCustomers/{customerResourceName}/ispCacheNodes/{cacheNodeResourceName}/getCacheNodeAutoUpdateHistory.
  • Operation Id. : IspCacheNodesOperations_GetCacheNodeAutoUpdateHistory.
  • Default Api Version. : 2024-11-30-preview.
  • Resource. : IspCacheNodeResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeAutoUpdateHistoryData>> GetCacheNodeAutoUpdateHistoryAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetCacheNodeAutoUpdateHistoryAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeAutoUpdateHistoryData>>
override this.GetCacheNodeAutoUpdateHistoryAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeAutoUpdateHistoryData>>
Public Overridable Function GetCacheNodeAutoUpdateHistoryAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MccCacheNodeAutoUpdateHistoryData))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to