Skip to main content
Tab

AzureAccount(String, String, String) Constructor

Initializes a new instance of the AzureAccount class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public AzureAccount(
    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.

See Also