StorageCacheResource.Update 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
更新快取實例。
- 要求路徑/訂用帳戶/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}
- 作業IdCaches_Update
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageCache.StorageCacheResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.StorageCache.StorageCacheData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.StorageCache.StorageCacheData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageCache.StorageCacheResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.StorageCache.StorageCacheData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.StorageCache.StorageCacheResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As StorageCacheData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of StorageCacheResource)
參數
- waitUntil
- WaitUntil
Completed 如果 方法應該等候傳回,直到服務上長時間執行的作業完成為止; Started 如果它應該在啟動作業之後傳回,則為 。 如需長時間執行作業的詳細資訊,請參閱 Azure.Core Long-Running 作業範例。
- data
- StorageCacheData
物件,其中包含快取的使用者可選取屬性。 如果包含唯讀屬性,則必須符合這些屬性的現有值。
- cancellationToken
- CancellationToken
要使用的取消權杖。
傳回
例外狀況
data
為 null。