UpdateContentResource.GetAsync(CancellationToken) Method

Definition

Gets content for an update.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to