IspCacheNodesOperationsOperations interface
Interface representing a IspCacheNodesOperations operations.
Properties
| create |
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 |
| get |
This api gets ispCacheNode resource information |
| get |
This api gets secrets of the ispCacheNode resource install details |
| list |
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
This api deletes an existing ispCacheNode resource
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>
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>
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>