Register a named account with the specified storage key, so that key won't need to be specified in Azure blob URIs
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
public void RegisterAzureAccount(
string storageAccountName,
string storageAccountKey
)
public void RegisterAzureAccount(
string storageAccountName,
string storageAccountKey
)
Public Sub RegisterAzureAccount (
storageAccountName As String,
storageAccountKey As String
)
Public Sub RegisterAzureAccount (
storageAccountName As String,
storageAccountKey As String
)
public:
void RegisterAzureAccount(
String^ storageAccountName,
String^ storageAccountKey
)
public:
void RegisterAzureAccount(
String^ storageAccountName,
String^ storageAccountKey
)
Parameters
- storageAccountName
- Type: System String
The name of the storage account
- storageAccountKey
- Type: System String
The account's key