Skip to main content
A newer version of this page is available. .
Tab

AccountManager.RegisterAzure(String, String, String) Method

Registers an Azure cloud storage account.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public static void RegisterAzure(
    string name,
    string storageAccountName,
    string accessKey
)

Parameters

Name Type Description
name String

A string value that specifies the account name.

storageAccountName String

A string value that is the storage account name.

accessKey String

A string value that is the access key.

Remarks

To learn more, see the Cloud Storage Account Management topic.

See Also