Aracılığıyla paylaş


CacheNodesOperationsOperations interface

CacheNodesOperations işlemlerini temsil eden arabirim.

Özellikler

createorUpdate

Belirtilen oluşturma parametreleriyle cacheNodes oluşturur

delete

Mevcut önbellek Düğümünü siler

get

CacheNodes'un özelliklerini alır

listByResourceGroup

Tüm ConnectedCache'in özelliklerini alır

listBySubscription

Tüm ConnectedCaches özelliklerini alır

update

mevcut bir Önbellek Düğümünü güncelleştirir

Özellik Ayrıntıları

createorUpdate

Belirtilen oluşturma parametreleriyle cacheNodes oluşturur

createorUpdate: (resourceGroupName: string, customerResourceName: string, resource: CacheNodePreviewResource, options?: CacheNodesOperationsCreateorUpdateOptionalParams) => PollerLike<OperationState<CacheNodePreviewResource>, CacheNodePreviewResource>

Özellik Değeri

(resourceGroupName: string, customerResourceName: string, resource: CacheNodePreviewResource, options?: CacheNodesOperationsCreateorUpdateOptionalParams) => PollerLike<OperationState<CacheNodePreviewResource>, CacheNodePreviewResource>

delete

Mevcut önbellek Düğümünü siler

delete: (resourceGroupName: string, customerResourceName: string, options?: CacheNodesOperationsDeleteOptionalParams) => Promise<void>

Özellik Değeri

(resourceGroupName: string, customerResourceName: string, options?: CacheNodesOperationsDeleteOptionalParams) => Promise<void>

get

CacheNodes'un özelliklerini alır

get: (resourceGroupName: string, customerResourceName: string, options?: CacheNodesOperationsGetOptionalParams) => Promise<CacheNodePreviewResource>

Özellik Değeri

(resourceGroupName: string, customerResourceName: string, options?: CacheNodesOperationsGetOptionalParams) => Promise<CacheNodePreviewResource>

listByResourceGroup

Tüm ConnectedCache'in özelliklerini alır

listByResourceGroup: (resourceGroupName: string, options?: CacheNodesOperationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CacheNodePreviewResource, CacheNodePreviewResource[], PageSettings>

Özellik Değeri

(resourceGroupName: string, options?: CacheNodesOperationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CacheNodePreviewResource, CacheNodePreviewResource[], PageSettings>

listBySubscription

Tüm ConnectedCaches özelliklerini alır

listBySubscription: (options?: CacheNodesOperationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CacheNodePreviewResource, CacheNodePreviewResource[], PageSettings>

Özellik Değeri

(options?: CacheNodesOperationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CacheNodePreviewResource, CacheNodePreviewResource[], PageSettings>

update

mevcut bir Önbellek Düğümünü güncelleştirir

update: (resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: CacheNodesOperationsUpdateOptionalParams) => Promise<CacheNodePreviewResource>

Özellik Değeri

(resourceGroupName: string, customerResourceName: string, properties: ConnectedCachePatchResource, options?: CacheNodesOperationsUpdateOptionalParams) => Promise<CacheNodePreviewResource>