PlatformUpdateResource.GetAsync(CancellationToken) Method

Definition

Get a platform update.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.AzureStackHCI/locations/{location}/platformUpdates/{platformUpdateName}.
  • Operation Id. : PlatformUpdates_Get.
  • Default Api Version. : 2026-04-01-preview.
  • Resource. : PlatformUpdateResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.PlatformUpdateResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.PlatformUpdateResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Hci.PlatformUpdateResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PlatformUpdateResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to