Interface StorageAccount


public interface StorageAccount
An immutable client-side representation of StorageAccount.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • description

      String description()
      Gets the description property: Description for the storage Account.
      Returns:
      the description value.
    • storageAccountStatus

      StorageAccountStatus storageAccountStatus()
      Gets the storageAccountStatus property: Current status of the storage account.
      Returns:
      the storageAccountStatus value.
    • dataPolicy

      DataPolicy dataPolicy()
      Gets the dataPolicy property: Data policy of the storage Account.
      Returns:
      the dataPolicy value.
    • storageAccountCredentialId

      String storageAccountCredentialId()
      Gets the storageAccountCredentialId property: Storage Account Credential Id.
      Returns:
      the storageAccountCredentialId value.
    • blobEndpoint

      String blobEndpoint()
      Gets the blobEndpoint property: BlobEndpoint of Storage Account.
      Returns:
      the blobEndpoint value.
    • containerCount

      Integer containerCount()
      Gets the containerCount property: The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud.
      Returns:
      the containerCount value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      StorageAccountInner innerModel()
      Gets the inner com.azure.resourcemanager.databoxedge.fluent.models.StorageAccountInner object.
      Returns:
      the inner object.
    • update

      Begins update for the StorageAccount resource.
      Returns:
      the stage of resource update.
    • refresh

      StorageAccount refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      StorageAccount refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.