共用方式為


AutomanageConfigurationProfileCollection.GetAllAsync Method

Definition

Retrieve a list of configuration profile within a given resource group

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to