Share via


AutomanageHcrpConfigurationProfileAssignmentCollection.GetAllAsync Method

Definition

Get list of configuration profile assignments

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to