Partager via


MachineLearningRegistryEnvironmentContainerCollection.GetAllAsync Méthode

Définition

Répertorier les conteneurs d’environnement.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments
  • Opération IdRegistryEnvironmentContainers_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryEnvironmentContainerResource> GetAllAsync (string skip = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryEnvironmentContainerResource>
override this.GetAllAsync : string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryEnvironmentContainerResource>
Public Overridable Function GetAllAsync (Optional skip As String = Nothing, Optional listViewType As Nullable(Of MachineLearningListViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningRegistryEnvironmentContainerResource)

Paramètres

skip
String

Jeton de continuation pour la pagination.

listViewType
Nullable<MachineLearningListViewType>

Type d’affichage pour inclure/exclure (par exemple) les entités archivées.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

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

S’applique à