HciClusterDeploymentSettingCollection.GetAllAsync(CancellationToken) Method

Definition

List DeploymentSetting resources by Clusters

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to