IspCacheNodesOperationsOperations interface
IspCacheNodesOperations işlemlerini temsil eden arabirim.
Özellikler
| create |
Bu api, belirtilen oluşturma parametreleriyle bir ispCacheNode oluşturur |
| delete | Bu api mevcut bir ispCacheNode kaynağını siler |
| get | Bu api ispCacheNode kaynak bilgilerini alır |
| get |
Bu api ispCacheNode kaynak bilgilerini alır |
| get |
Bu api ispCacheNode kaynağı yükleme ayrıntılarının gizli dizilerini alır |
| list |
Bu api, verilen abonelik ve kaynak grubu altındaki tüm ispCacheNode kaynakları hakkında bilgi alır |
| update | Bu api mevcut bir ispCacheNode kaynağını güncelleştirir |
Özellik Ayrıntıları
createOrUpdate
Bu api, belirtilen oluşturma parametreleriyle bir ispCacheNode oluşturur
createOrUpdate: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, resource: IspCacheNodeResource, options?: IspCacheNodesOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IspCacheNodeResource>, IspCacheNodeResource>
Özellik Değeri
(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, resource: IspCacheNodeResource, options?: IspCacheNodesOperationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<IspCacheNodeResource>, IspCacheNodeResource>
delete
Bu api mevcut bir ispCacheNode kaynağını siler
delete: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Özellik Değeri
(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Bu api ispCacheNode kaynak bilgilerini alır
get: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetOptionalParams) => Promise<IspCacheNodeResource>
Özellik Değeri
(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetOptionalParams) => Promise<IspCacheNodeResource>
getBgpCidrs
Bu api ispCacheNode kaynak bilgilerini alır
getBgpCidrs: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetBgpCidrsOptionalParams) => Promise<MccCacheNodeBgpCidrDetails>
Özellik Değeri
(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetBgpCidrsOptionalParams) => Promise<MccCacheNodeBgpCidrDetails>
getCacheNodeInstallDetails
Bu api ispCacheNode kaynağı yükleme ayrıntılarının gizli dizilerini alır
getCacheNodeInstallDetails: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetCacheNodeInstallDetailsOptionalParams) => Promise<MccCacheNodeInstallDetails>
Özellik Değeri
(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, options?: IspCacheNodesOperationsGetCacheNodeInstallDetailsOptionalParams) => Promise<MccCacheNodeInstallDetails>
listByIspCustomerResource
Bu api, verilen abonelik ve kaynak grubu altındaki tüm ispCacheNode kaynakları hakkında bilgi alır
listByIspCustomerResource: (resourceGroupName: string, customerResourceName: string, options?: IspCacheNodesOperationsListByIspCustomerResourceOptionalParams) => PagedAsyncIterableIterator<IspCacheNodeResource, IspCacheNodeResource[], PageSettings>
Özellik Değeri
(resourceGroupName: string, customerResourceName: string, options?: IspCacheNodesOperationsListByIspCustomerResourceOptionalParams) => PagedAsyncIterableIterator<IspCacheNodeResource, IspCacheNodeResource[], PageSettings>
update
Bu api mevcut bir ispCacheNode kaynağını güncelleştirir
update: (resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, properties: ConnectedCachePatchResource, options?: IspCacheNodesOperationsUpdateOptionalParams) => Promise<IspCacheNodeResource>
Özellik Değeri
(resourceGroupName: string, customerResourceName: string, cacheNodeResourceName: string, properties: ConnectedCachePatchResource, options?: IspCacheNodesOperationsUpdateOptionalParams) => Promise<IspCacheNodeResource>