CachesOperations interface
واجهة تمثل عمليات التخزين المؤقت.
الخصائص
| create |
إنشاء أو تحديث ذاكرة التخزين المؤقت المحددة ضمن مجموعة السعة |
| delete | |
| get | احصل على تفاصيل الذاكرة المخبأة المحددة |
| list | قم بإدراج جميع التخزين المؤقت ضمن مجموعة السعة |
| list |
ستدرج هذه العملية أمر الارتباط العنقودي، وعبارة مرور الترابط العنقودي، وأمر التناظر vserver |
| pool |
نقل الكاش إلى مجموعة سعة أخرى |
| reset |
إعادة تعيين كلمة مرور SMB للذاكرة المؤقتة |
| 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>
list
قم بإدراج جميع التخزين المؤقت ضمن مجموعة السعة
list: (resourceGroupName: string, accountName: string, poolName: string, options?: CachesListOptionalParams) => PagedAsyncIterableIterator<Cache, Cache[], PageSettings>
قيمة الخاصية
(resourceGroupName: string, accountName: string, poolName: string, options?: CachesListOptionalParams) => 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>
resetSmbPassword
إعادة تعيين كلمة مرور SMB للذاكرة المؤقتة
resetSmbPassword: (resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesResetSmbPasswordOptionalParams) => PollerLike<OperationState<void>, void>
قيمة الخاصية
(resourceGroupName: string, accountName: string, poolName: string, cacheName: string, options?: CachesResetSmbPasswordOptionalParams) => 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>