DryadLinqContextAzureAccountKey Method DryadLINQ documentation
Get the key associated with a named account, or null if it is not registered or auto-detected from the subscriptions

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public string AzureAccountKey(
	string storageAccountName
)

Parameters

storageAccountName
Type: SystemString
The name of the storage account

Return Value

Type: String
The storage key, or null
See Also

Reference