AutomanageHciClusterConfigurationProfileAssignmentCollection.GetAllAsync Method

Definition

Get list of configuration profile assignments

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments
  • Operation Id: ConfigurationProfileAssignments_ListByClusterName
public virtual Azure.AsyncPageable<Azure.ResourceManager.Automanage.AutomanageHciClusterConfigurationProfileAssignmentResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automanage.AutomanageHciClusterConfigurationProfileAssignmentResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automanage.AutomanageHciClusterConfigurationProfileAssignmentResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AutomanageHciClusterConfigurationProfileAssignmentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to