Click or drag to resize
ContentDeliveryNetworkServiceExtensions Methods

The ContentDeliveryNetworkServiceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateService
Creates a Content Delivery Network service.
Public methodStatic memberDeleteService
Deletes the specified Content Delivery Network service.
Public methodStatic memberGetFlavor
Gets the specified flavor.
Public methodStatic memberGetService
Gets the specified service.
Public methodStatic memberListFlavors
Lists basic information for all available flavors.
Public methodStatic memberListServices
Lists all Content Delivery Network services associated with the account
Public methodStatic memberPing
Pings the service.

If no exception is thrown, the service is considered up/healthy.

Public methodStatic memberPurgeCachedAsset
Removes the current version of the specified asset that has been cached at the edge.
Public methodStatic memberPurgeCachedAssets
Removes the current version of all assets that has been cached at the edge.
Public methodStatic memberUpdateService
Updates the specified Content DeliveryNetwork service
Public methodStatic memberWaitForServiceDeleted
Waits for the service to be deleted.
Public methodStatic memberWaitForServiceDeployed
Waits for the service to be deployed.
Top
See Also