ArcExtensionCollection.GetAllAsync(CancellationToken) Method

Definition

List all Extensions under ArcSetting resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}/extensions
  • Operation Id: Extensions_ListByArcSetting
  • Default Api Version: 2024-04-01
  • Resource: ArcExtensionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Hci.ArcExtensionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.ArcExtensionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Hci.ArcExtensionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ArcExtensionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ArcExtensionResource that may take multiple service requests to iterate over.

Applies to