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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java