Bagikan melalui


CachesOperations interface

Antarmuka yang mewakili operasi Cache.

Properti

createOrUpdate

Buat atau perbarui Cache yang ditentukan dalam Kumpulan Kapasitas

delete
get

Dapatkan detail Cache yang ditentukan

listByCapacityPools

Cantumkan semua Cache dalam Kumpulan Kapasitas

listPeeringPassphrases

Operasi ini akan mencantumkan perintah peering kluster, frasa sandi peering kluster, dan perintah peering vserver

poolChange

Memindahkan Cache ke Kumpulan Kapasitas lain

update

Tambal Cache yang ditentukan

Detail Properti

createOrUpdate

Buat atau perbarui Cache yang ditentukan dalam Kumpulan Kapasitas

createOrUpdate: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, body: Cache, options?: CachesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Cache>, Cache>

Nilai Properti

(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>

Nilai Properti

(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Dapatkan detail Cache yang ditentukan

get: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesGetOptionalParams) => Promise<Cache>

Nilai Properti

(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesGetOptionalParams) => Promise<Cache>

listByCapacityPools

Cantumkan semua Cache dalam Kumpulan Kapasitas

listByCapacityPools: (resourceGroupName: string, accountName: string, poolName: string, options?: CachesListByCapacityPoolsOptionalParams) => PagedAsyncIterableIterator<Cache, Cache[], PageSettings>

Nilai Properti

(resourceGroupName: string, accountName: string, poolName: string, options?: CachesListByCapacityPoolsOptionalParams) => PagedAsyncIterableIterator<Cache, Cache[], PageSettings>

listPeeringPassphrases

Operasi ini akan mencantumkan perintah peering kluster, frasa sandi peering kluster, dan perintah peering vserver

listPeeringPassphrases: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesListPeeringPassphrasesOptionalParams) => Promise<PeeringPassphrases>

Nilai Properti

(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesListPeeringPassphrasesOptionalParams) => Promise<PeeringPassphrases>

poolChange

Memindahkan Cache ke Kumpulan Kapasitas lain

poolChange: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, body: PoolChangeRequest, options?: CachesPoolChangeOptionalParams) => PollerLike<OperationState<void>, void>

Nilai Properti

(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, body: PoolChangeRequest, options?: CachesPoolChangeOptionalParams) => PollerLike<OperationState<void>, void>

update

Tambal Cache yang ditentukan

update: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, body: CacheUpdate, options?: CachesUpdateOptionalParams) => PollerLike<OperationState<Cache>, Cache>

Nilai Properti

(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, body: CacheUpdate, options?: CachesUpdateOptionalParams) => PollerLike<OperationState<Cache>, Cache>