Partager via


MachineLearningDataContainerCollection Classe

Définition

Classe représentant une collection de MachineLearningDataContainerResource et leurs opérations. Chacun MachineLearningDataContainerResource de la collection appartient au même instance de MachineLearningWorkspaceResource. Pour obtenir un MachineLearningDataContainerCollection instance appelez la méthode GetMachineLearningDataContainers à partir d’un instance de MachineLearningWorkspaceResource.

public class MachineLearningDataContainerCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningDataContainerResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningDataContainerResource>
type MachineLearningDataContainerCollection = class
    inherit ArmCollection
    interface seq<MachineLearningDataContainerResource>
    interface IEnumerable
    interface IAsyncEnumerable<MachineLearningDataContainerResource>
Public Class MachineLearningDataContainerCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MachineLearningDataContainerResource), IEnumerable(Of MachineLearningDataContainerResource)
Héritage
MachineLearningDataContainerCollection
Implémente

Constructeurs

MachineLearningDataContainerCollection()

Initialise une nouvelle instance de la classe pour la MachineLearningDataContainerCollection simulation.

Propriétés

Client

Obtient le ArmClient à partir duquel ce client de ressource a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressource.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, MachineLearningDataContainerData, CancellationToken)

Créer ou mettre à jour un conteneur.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • IdDataContainers_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, MachineLearningDataContainerData, CancellationToken)

Créer ou mettre à jour un conteneur.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • IdDataContainers_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • Opération IdDataContainers_Get
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • Opération IdDataContainers_Get
Get(String, CancellationToken)

Obtenir le conteneur.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • Opération IdDataContainers_Get
GetAll(String, Nullable<MachineLearningListViewType>, CancellationToken)

Répertorier les conteneurs de données.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data
  • IdDataContainers_List d’opération
GetAllAsync(String, Nullable<MachineLearningListViewType>, CancellationToken)

Répertorier les conteneurs de données.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data
  • IdDataContainers_List d’opération
GetAsync(String, CancellationToken)

Obtenir le conteneur.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • Opération IdDataContainers_Get
GetIfExists(String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • Opération IdDataContainers_Get
GetIfExistsAsync(String, CancellationToken)

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/data/{name}
  • Opération IdDataContainers_Get
TryGetApiVersion(ResourceType, String)

Obtient le remplacement de version de l’API s’il a été défini pour les options client actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<MachineLearningDataContainerResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<MachineLearningDataContainerResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à