Click or drag to resize
ContentDeliveryNetworkServiceExtensions Class
Provides synchronous extention methods for an IContentDeliveryNetworkService instance.
Inheritance Hierarchy
SystemObject
  OpenStack.SynchronousContentDeliveryNetworkServiceExtensions

Namespace: OpenStack.Synchronous
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public static class ContentDeliveryNetworkServiceExtensions

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
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6, 1.5, 1.4
See Also