Share via


EnterpriseMccCacheNodesOperationsOperations interface

Interface representing a EnterpriseMccCacheNodesOperations operations.

Properties

createOrUpdate

This api creates an ispCacheNode with the specified create parameters

delete

This api deletes an existing ispCacheNode resource

get

This api gets ispCacheNode resource information

getCacheNodeInstallDetails

This api gets secrets of the ispCacheNode resource install details

listByEnterpriseMccCustomerResource

This api retrieves information about all ispCacheNode resources under the given subscription and resource group

update

This api updates an existing ispCacheNode resource

Property Details

createOrUpdate

This api creates an ispCacheNode with the specified create parameters

createOrUpdate: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, resource: EnterpriseMccCacheNodeResource, options?: EnterpriseMccCacheNodesOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterpriseMccCacheNodeResource>, EnterpriseMccCacheNodeResource>

Property Value

(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, resource: EnterpriseMccCacheNodeResource, options?: EnterpriseMccCacheNodesOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<EnterpriseMccCacheNodeResource>, EnterpriseMccCacheNodeResource>

delete

This api deletes an existing ispCacheNode resource

delete: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: EnterpriseMccCacheNodesOperationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: EnterpriseMccCacheNodesOperationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

This api gets ispCacheNode resource information

get: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: EnterpriseMccCacheNodesOperationsGetOptionalParams) => Promise<EnterpriseMccCacheNodeResource>

Property Value

(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: EnterpriseMccCacheNodesOperationsGetOptionalParams) => Promise<EnterpriseMccCacheNodeResource>

getCacheNodeInstallDetails

This api gets secrets of the ispCacheNode resource install details

getCacheNodeInstallDetails: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: EnterpriseMccCacheNodesOperationsGetCacheNodeInstallDetailsOptionalParams) => Promise<MccCacheNodeInstallDetails>

Property Value

(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: EnterpriseMccCacheNodesOperationsGetCacheNodeInstallDetailsOptionalParams) => Promise<MccCacheNodeInstallDetails>

listByEnterpriseMccCustomerResource

This api retrieves information about all ispCacheNode resources under the given subscription and resource group

listByEnterpriseMccCustomerResource: (resourceGroupName: string, customerResourceName: string, options?: EnterpriseMccCacheNodesOperationsListByEnterpriseMccCustomerResourceOptionalParams) => PagedAsyncIterableIterator<EnterpriseMccCacheNodeResource, EnterpriseMccCacheNodeResource[], PageSettings>

Property Value

(resourceGroupName: string, customerResourceName: string, options?: EnterpriseMccCacheNodesOperationsListByEnterpriseMccCustomerResourceOptionalParams) => PagedAsyncIterableIterator<EnterpriseMccCacheNodeResource, EnterpriseMccCacheNodeResource[], PageSettings>

update

This api updates an existing ispCacheNode resource

update: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseMccCacheNodesOperationsUpdateOptionalParams) => Promise<EnterpriseMccCacheNodeResource>

Property Value

(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, properties: ConnectedCachePatchResource, options?: EnterpriseMccCacheNodesOperationsUpdateOptionalParams) => Promise<EnterpriseMccCacheNodeResource>