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.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java