Share via


RedisPatchScheduleResource.GetAsync(CancellationToken) Method

Definition

Gets the patching schedule of a redis cache.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}/patchSchedules/{default}
  • Operation Id: PatchSchedules_Get
  • Default Api Version: 2023-08-01
  • Resource: RedisPatchScheduleResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Redis.RedisPatchScheduleResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Redis.RedisPatchScheduleResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Redis.RedisPatchScheduleResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RedisPatchScheduleResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to