Condividi tramite


ContainerAppMaintenanceConfigurationCollection.GetAllAsync Method

Definition

Gets all maintenance configurations in the specified Managed Environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/maintenanceConfigurations
  • Operation Id: MaintenanceConfigurations_List
  • Default Api Version: 2025-07-01
  • Resource: ContainerAppMaintenanceConfigurationResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppMaintenanceConfigurationResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppMaintenanceConfigurationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppContainers.ContainerAppMaintenanceConfigurationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContainerAppMaintenanceConfigurationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to