SourceControlCollection.GetAllAsync(CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez les Conteneurs App SourceControls dans un groupe de ressources donné. Chemin de la demande : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/sourcecontrols Operation ID: ContainerAppsSourceControls_ListByContainerApp
public virtual Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.SourceControlResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.SourceControlResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Applications.Containers.SourceControlResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SourceControlResource)
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de SourceControlResource service pour itérer.
S’applique à
Azure SDK for .NET