CachesOperations interface
キャッシュ操作を表すインターフェース。
プロパティ
| create |
キャパシティー・プール内で指定したキャッシュを作成または更新します |
| delete | |
| get | 指定したキャッシュの詳細を取得する |
| list |
容量プール内のすべてのキャッシュを一覧表示します |
| list |
この操作により、クラスタ ピアリング コマンド、クラスタ ピアリング パスフレーズ、および vserver ピアリング コマンドが一覧表示されます |
| pool |
キャッシュを別の容量プールに移動します。 |
| update | 指定したキャッシュにパッチを適用する |
プロパティの詳細
createOrUpdate
キャパシティー・プール内で指定したキャッシュを作成または更新します
createOrUpdate: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, body: Cache, options?: CachesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Cache>, Cache>
プロパティ値
(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, body: Cache, options?: CachesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Cache>, Cache>
delete
delete: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
指定したキャッシュの詳細を取得する
get: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesGetOptionalParams) => Promise<Cache>
プロパティ値
(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesGetOptionalParams) => Promise<Cache>
listByCapacityPools
容量プール内のすべてのキャッシュを一覧表示します
listByCapacityPools: (resourceGroupName: string, accountName: string, poolName: string, options?: CachesListByCapacityPoolsOptionalParams) => PagedAsyncIterableIterator<Cache, Cache[], PageSettings>
プロパティ値
(resourceGroupName: string, accountName: string, poolName: string, options?: CachesListByCapacityPoolsOptionalParams) => PagedAsyncIterableIterator<Cache, Cache[], PageSettings>
listPeeringPassphrases
この操作により、クラスタ ピアリング コマンド、クラスタ ピアリング パスフレーズ、および vserver ピアリング コマンドが一覧表示されます
listPeeringPassphrases: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesListPeeringPassphrasesOptionalParams) => Promise<PeeringPassphrases>
プロパティ値
(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesListPeeringPassphrasesOptionalParams) => Promise<PeeringPassphrases>
poolChange
キャッシュを別の容量プールに移動します。
poolChange: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, body: PoolChangeRequest, options?: CachesPoolChangeOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, body: PoolChangeRequest, options?: CachesPoolChangeOptionalParams) => PollerLike<OperationState<void>, void>
update
指定したキャッシュにパッチを適用する
update: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, body: CacheUpdate, options?: CachesUpdateOptionalParams) => PollerLike<OperationState<Cache>, Cache>
プロパティ値
(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, body: CacheUpdate, options?: CachesUpdateOptionalParams) => PollerLike<OperationState<Cache>, Cache>