StorageAccount Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. StorageAccount
- com.
public class StorageAccount
The properties that are associated with an Azure Storage account.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
accountKey()
Get the accountKey value. |
String |
accountName()
Get the accountName value. |
Storage |
withAccountKey(String accountKey)
Set the accountKey value. |
Storage |
withAccountName(String accountName)
Set the accountName value. |
Method Details
accountKey
public String accountKey()
Get the accountKey value.
Returns:
accountName
public String accountName()
Get the accountName value.
Returns:
withAccountKey
public StorageAccount withAccountKey(String accountKey)
Set the accountKey value.
Parameters:
Returns:
withAccountName
public StorageAccount withAccountName(String accountName)
Set the accountName value.
Parameters:
Returns: