다음을 통해 공유


CachesExtensions Class

Definition

Extension methods for Caches.

public static class CachesExtensions
type CachesExtensions = class
Public Module CachesExtensions
Inheritance
CachesExtensions

Methods

CreateOrUpdate(ICaches, String, String, Cache)

Create or update a Cache.

CreateOrUpdateAsync(ICaches, String, String, Cache, CancellationToken)

Create or update a Cache.

DebugInfo(ICaches, String, String)

Tells a Cache to write generate debug info for support to process.

DebugInfoAsync(ICaches, String, String, CancellationToken)

Tells a Cache to write generate debug info for support to process.

Delete(ICaches, String, String)

Schedules a Cache for deletion.

DeleteAsync(ICaches, String, String, CancellationToken)

Schedules a Cache for deletion.

Flush(ICaches, String, String)

Tells a Cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete.

FlushAsync(ICaches, String, String, CancellationToken)

Tells a Cache to write all dirty data to the Storage Target(s). During the flush, clients will see errors returned until the flush is complete.

Get(ICaches, String, String)

Returns a Cache.

GetAsync(ICaches, String, String, CancellationToken)

Returns a Cache.

List(ICaches)

Returns all Caches the user has access to under a subscription.

ListAsync(ICaches, CancellationToken)

Returns all Caches the user has access to under a subscription.

ListByResourceGroup(ICaches, String)

Returns all Caches the user has access to under a resource group.

ListByResourceGroupAsync(ICaches, String, CancellationToken)

Returns all Caches the user has access to under a resource group.

Start(ICaches, String, String)

Tells a Stopped state Cache to transition to Active state.

StartAsync(ICaches, String, String, CancellationToken)

Tells a Stopped state Cache to transition to Active state.

Stop(ICaches, String, String)

Tells an Active Cache to transition to Stopped state.

StopAsync(ICaches, String, String, CancellationToken)

Tells an Active Cache to transition to Stopped state.

Update(ICaches, String, String, Cache)

Update a Cache instance.

UpdateAsync(ICaches, String, String, Cache, CancellationToken)

Update a Cache instance.

UpgradeFirmware(ICaches, String, String)

Upgrade a Cache's firmware if a new version is available. Otherwise, this operation has no effect.

UpgradeFirmwareAsync(ICaches, String, String, CancellationToken)

Upgrade a Cache's firmware if a new version is available. Otherwise, this operation has no effect.

Applies to