StorageAccountKey Class
- java.
lang. Object - com.
microsoft. azure. management. storage. StorageAccountKey
- com.
public class StorageAccountKey
An access key for the storage account.
Constructor Summary
Constructor | Description | |
---|---|---|
StorageAccountKey() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
keyName()
Get name of the key. |
Key |
permissions()
Get permissions for the key -- read-only or full permissions. |
java.lang.String |
value()
Get base 64-encoded value of the key. |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
StorageAccountKey
public StorageAccountKey()
Method Details
keyName
public String keyName()
Get name of the key.
Returns:
the keyName value
permissions
public KeyPermission permissions()
Get permissions for the key -- read-only or full permissions. Possible values include: 'Read', 'Full'.
Returns:
the permissions value
value
public String value()
Get base 64-encoded value of the key.
Returns:
the value value
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java