Partager via


ManagedEnvironmentStorageResource.UpdateAsync Méthode

Définition

Créer ou mettre à jour un stockage pour un managedEnvironment. Chemin de la demande : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/storages/{storageName} Id d’opération : ManagedEnvironmentsStorages_CreateOrUpdate

public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageData data, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, data As ManagedEnvironmentStorageData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ManagedEnvironmentStorageResource))

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.

data
ManagedEnvironmentStorageData

Détails de configuration du stockage.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

data a la valeur null.

S’applique à