Click or drag to resize
AzureHelper Class
Helper methods and properties for Microsoft Azure integration.
Inheritance Hierarchy
SystemObject
  CMS.HelpersAzureHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public class AzureHelper

The AzureHelper type exposes the following members.

Constructors
  NameDescription
Public methodAzureHelper
Top
Fields
  NameDescription
Public fieldStatic memberAZURE_FILE_PAGE
Path to azure file page.
Public fieldStatic memberQUEUE_TIMEOUT
Timeout for getting message from queue.
Public fieldStatic memberSQLAZURE_DOMAIN
Domain of SQL Azure service.
Top
Properties
  NameDescription
Public propertyStatic memberBlobUrl
Gets or sets URL of blob endpoint.
Top
Methods
  NameDescription
Public methodStatic memberEnsureUrl
Returns URL ending with slash and starting with https:// if no protocol is given.
Public methodStatic memberGetDownloadPath
Returns download path for given path.
Public methodStatic memberIsAzureStagingDomain
Returns true if current domain is Azure staging domain.
Public methodStatic memberIsSQLAzureServer
Returns whether SQL server is SQL Azure according to its name.
Top
See Also