AppPlatformBindingCollection.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.
Gère les demandes de liste de toutes les ressources d’une application.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings
- IdBindings_List d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformBindingResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformBindingResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformBindingResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformBindingResource)
Paramètres
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de AppPlatformBindingResource service pour itérer.