Partager via


MachineLearninRegistryComponentContainerCollection.CreateOrUpdateAsync Méthode

Définition

Créer ou mettre à jour un conteneur.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registrys/{registryName}/components/{componentName}
  • IdRegistryComponentContainers_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string componentName, Azure.ResourceManager.MachineLearning.MachineLearningComponentContainerData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningComponentContainerData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.MachineLearning.MachineLearningComponentContainerData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, componentName As String, data As MachineLearningComponentContainerData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MachineLearninRegistryComponentContainerResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.

componentName
String

Nom du conteneur.

data
MachineLearningComponentContainerData

Entité de conteneur à créer ou à mettre à jour.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

componentName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

componentName ou data est null.

S’applique à