你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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:
the accountKey value
accountName
public String accountName()
Get the accountName value.
Returns:
the accountName value
withAccountKey
public StorageAccount withAccountKey(String accountKey)
Set the accountKey value.
Parameters:
accountKey
- the accountKey value to set
Returns:
the StorageAccount object itself.
withAccountName
public StorageAccount withAccountName(String accountName)
Set the accountName value.
Parameters:
accountName
- the accountName value to set
Returns:
the StorageAccount object itself.