Click or drag to resize
ContentDeliveryNetworkService Methods
This API is preliminary and subject to change.

The ContentDeliveryNetworkService type exposes the following members.

Methods
  NameDescription
Public methodCreateServiceAsync
Creates a Content Delivery Network service.
Public methodDeleteServiceAsync
Deletes the specified Content Delivery Network service.
Public methodGetFlavorAsync
Gets the specified flavor.
Public methodGetServiceAsync
Gets the specified Content Delivery Network service.
Public methodListFlavorsAsync
Lists basic information for all available flavors.
Public methodListServicesAsync
Lists all Content Delivery Network services associated with the account.
Public methodPingAsync
Pings the service.

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

Public methodPurgeCachedAssetAsync
Removes the current version of the specified asset that has been cached at the edge.
Public methodPurgeCachedAssetsAsync
Removes the current version of all assets that has been cached at the edge.
Public methodUpdateServiceAsync
Updates the specified Content DeliveryNetwork service
Public methodWaitForServiceDeletedAsync
Waits for the service to be deleted.
Public methodWaitForServiceDeployedAsync
Waits for the service to be deployed.
Top
Extension Methods
  NameDescription
Public Extension MethodCreateService
Creates a Content Delivery Network service.
(Defined by ContentDeliveryNetworkServiceExtensions.)
Public Extension MethodDeleteService
Deletes the specified Content Delivery Network service.
(Defined by ContentDeliveryNetworkServiceExtensions.)
Public Extension MethodGetFlavor
Gets the specified flavor.
(Defined by ContentDeliveryNetworkServiceExtensions.)
Public Extension MethodGetService
Gets the specified service.
(Defined by ContentDeliveryNetworkServiceExtensions.)
Public Extension MethodListFlavors
Lists basic information for all available flavors.
(Defined by ContentDeliveryNetworkServiceExtensions.)
Public Extension MethodListServices
Lists all Content Delivery Network services associated with the account
(Defined by ContentDeliveryNetworkServiceExtensions.)
Public Extension MethodPing
Pings the service.

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

(Defined by ContentDeliveryNetworkServiceExtensions.)
Public Extension MethodPurgeCachedAsset
Removes the current version of the specified asset that has been cached at the edge.
(Defined by ContentDeliveryNetworkServiceExtensions.)
Public Extension MethodPurgeCachedAssets
Removes the current version of all assets that has been cached at the edge.
(Defined by ContentDeliveryNetworkServiceExtensions.)
Public Extension MethodUpdateService
Updates the specified Content DeliveryNetwork service
(Defined by ContentDeliveryNetworkServiceExtensions.)
Public Extension MethodWaitForServiceDeleted
Waits for the service to be deleted.
(Defined by ContentDeliveryNetworkServiceExtensions.)
Public Extension MethodWaitForServiceDeployed
Waits for the service to be deployed.
(Defined by ContentDeliveryNetworkServiceExtensions.)
Top
See Also