Partager via


ManagedEnvironmentStorageResource.Update 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Applications.Containers.ManagedEnvironmentStorageResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As ManagedEnvironmentStorageData, Optional cancellationToken As CancellationToken = Nothing) As 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 à