Partager via


ManagedServicesRegistrationCollection.GetAllAsync Méthode

Définition

Obtient la liste des définitions d’inscription.

  • Chemin de requête/{scope}/providers/Microsoft.ManagedServices/registrationDefinitions
  • IdRegistrationDefinitions_List d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedServices.ManagedServicesRegistrationResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedServicesRegistrationResource)

Paramètres

filter
String

Paramètre de requête de filtre par lequel filtrer les ressources des services managés.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de ManagedServicesRegistrationResource service pour itérer.

S’applique à