다음을 통해 공유


CachesOperations interface

캐시 작업을 나타내는 인터페이스입니다.

속성

createOrUpdate

용량 풀 내에서 지정된 캐시를 생성하거나 업데이트합니다

delete
get

지정된 캐시의 세부 정보 가져오기

listByCapacityPools

용량 풀 내의 모든 캐시 나열

listPeeringPassphrases

이 작업은 클러스터 피어링 명령, 클러스터 피어링 암호 및 vserver 피어링 명령을 나열합니다

poolChange

캐시를 다른 용량 풀로 이동합니다.

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>