MachineLearningRegistryEnvironmentContainerCollection.GetAllAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List environment containers.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/environments
- Operation Id: RegistryEnvironmentContainers_List
- Default Api Version: 2024-04-01
- Resource: MachineLearningRegistryEnvironmentContainerResource
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)
Parameters
- skip
- String
Continuation token for pagination.
- listViewType
- Nullable<MachineLearningListViewType>
View type for including/excluding (for example) archived entities.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of MachineLearningRegistryEnvironmentContainerResource that may take multiple service requests to iterate over.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET