Share via


IspCacheNodesOperationsOperations interface

Interface representing a IspCacheNodesOperations operations.

Properties

createOrUpdate

This api creates an ispCacheNode with the specified create parameters

delete
get

This api gets ispCacheNode resource information

getBgpCidrs

This api gets ispCacheNode resource information

getCacheNodeAutoUpdateHistory

This api gets ispCacheNode resource auto update histrory information

getCacheNodeInstallDetails

This api gets secrets of the ispCacheNode resource install details

getCacheNodeMccIssueDetailsHistory

This api gets ispCacheNode resource issues details histrory information

listByIspCustomerResource

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: IspCacheNodeResource, options?: IspCacheNodesOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IspCacheNodeResource>, IspCacheNodeResource>

Property Value

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

delete

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

Property Value

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

get

This api gets ispCacheNode resource information

get: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetOptionalParams) => Promise<IspCacheNodeResource>

Property Value

(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetOptionalParams) => Promise<IspCacheNodeResource>

getBgpCidrs

This api gets ispCacheNode resource information

getBgpCidrs: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetBgpCidrsOptionalParams) => Promise<MccCacheNodeBgpCidrDetails>

Property Value

(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetBgpCidrsOptionalParams) => Promise<MccCacheNodeBgpCidrDetails>

getCacheNodeAutoUpdateHistory

This api gets ispCacheNode resource auto update histrory information

getCacheNodeAutoUpdateHistory: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetCacheNodeAutoUpdateHistoryOptionalParams) => Promise<MccCacheNodeAutoUpdateHistory>

Property Value

(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetCacheNodeAutoUpdateHistoryOptionalParams) => Promise<MccCacheNodeAutoUpdateHistory>

getCacheNodeInstallDetails

This api gets secrets of the ispCacheNode resource install details

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

Property Value

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

getCacheNodeMccIssueDetailsHistory

This api gets ispCacheNode resource issues details histrory information

getCacheNodeMccIssueDetailsHistory: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetCacheNodeMccIssueDetailsHistoryOptionalParams) => Promise<MccCacheNodeIssueHistory>

Property Value

(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetCacheNodeMccIssueDetailsHistoryOptionalParams) => Promise<MccCacheNodeIssueHistory>

listByIspCustomerResource

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

listByIspCustomerResource: (resourceGroupName: string, customerResourceName: string, options?: IspCacheNodesOperationsListByIspCustomerResourceOptionalParams) => PagedAsyncIterableIterator<IspCacheNodeResource, IspCacheNodeResource[], PageSettings>

Property Value

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

update

This api updates an existing ispCacheNode resource

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

Property Value

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