CachesOperations interface

Antarmuka yang mewakili operasi Cache.

Properti

createOrUpdate

Buat atau perbarui Cache yang ditentukan dalam Kumpulan Kapasitas

delete

Hapus cache yang ditentukan

get

Dapatkan detail Cache yang ditentukan

list

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

resetSmbPassword

Mengatur ulang kata sandi SMB untuk cache

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

Hapus cache yang ditentukan

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>

list

Cantumkan semua Cache dalam Kumpulan Kapasitas

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

Nilai Properti

(resourceGroupName: string, accountName: string, poolName: string, options?: CachesListOptionalParams) => 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<Cache>, Cache>

Nilai Properti

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

resetSmbPassword

Mengatur ulang kata sandi SMB untuk cache

resetSmbPassword: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesResetSmbPasswordOptionalParams) => PollerLike<OperationState<Cache>, Cache>

Nilai Properti

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

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>