StorageCacheResource.UpdateSpaceAllocation Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mettre à jour l’allocation d’espace du cache.
- Chemin/abonnements de la demande/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/spaceAllocation
- IdCaches_SpaceAllocation d’opération
public virtual Azure.ResourceManager.ArmOperation UpdateSpaceAllocation (Azure.WaitUntil waitUntil, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StorageCache.Models.StorageTargetSpaceAllocation> spaceAllocation = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateSpaceAllocation : Azure.WaitUntil * seq<Azure.ResourceManager.StorageCache.Models.StorageTargetSpaceAllocation> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.UpdateSpaceAllocation : Azure.WaitUntil * seq<Azure.ResourceManager.StorageCache.Models.StorageTargetSpaceAllocation> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function UpdateSpaceAllocation (waitUntil As WaitUntil, Optional spaceAllocation As IEnumerable(Of StorageTargetSpaceAllocation) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation
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.
- spaceAllocation
- IEnumerable<StorageTargetSpaceAllocation>
Liste contenant les allocations de pourcentage d’espace de cache cible de stockage.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
S’applique à
Azure SDK for .NET