StorageAccount 接口
定义
An immutable client-side representation of an Azure storage account.
public interface StorageAccount extends GroupableResource<StorageManager, StorageAccountInner>,Refreshable<StorageAccount>,Updatable<StorageAccount.Update>
继承成员
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasManager<ManagerT>.manager()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Resource.region()
Resource.regionName()
HasResourceGroup.resourceGroupName()
Resource.tags()
Resource.type()
Updatable<T>.update()
方法
accessTier() | |
accountStatuses() | |
creationTime() | |
customDomain() | |
encryption() | |
encryptionKeySource() | |
encryptionStatuses() | |
endPoints() | |
getKeys() |
Fetch the up-to-date access keys from Azure for this storage account.
|
getKeysAsync() |
Fetch the up-to-date access keys from Azure for this storage account asynchronously.
|
getKeysAsync(ServiceCallback<List<StorageAccountKey>> callback) |
Fetch the up-to-date access keys from Azure for this storage account asynchronously.
|
kind() | |
lastGeoFailoverTime() | |
provisioningState() | |
regenerateKey(String keyName) |
Regenerates the access keys for this storage account.
|
regenerateKeyAsync(String keyName) |
Regenerates the access keys for this storage account asynchronously.
|
regenerateKeyAsync(String keyName, ServiceCallback<List<StorageAccountKey>> callback) |
Regenerates the access keys for this storage account asynchronously.
|
sku() |