DacExportParameters.BlobCredentialsParameter.StorageAccessKey Property
Required. Gets or sets the access key for the Azure Storage account.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string StorageAccessKey { get; set; }
public:
property String^ StorageAccessKey {
String^ get();
void set(String^ value);
}
member StorageAccessKey : string with get, set
Public Property StorageAccessKey As String
Property Value
Type: System.String
See Also
DacExportParameters.BlobCredentialsParameter Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top