Class StorageAccountInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.databoxedge.models.ArmBaseModel
com.azure.resourcemanager.databoxedge.fluent.models.StorageAccountInner

public final class StorageAccountInner extends ArmBaseModel
Represents a Storage Account on the Data Box Edge/Gateway device.
  • Constructor Details

    • StorageAccountInner

      public StorageAccountInner()
      Creates an instance of StorageAccountInner class.
  • Method Details

    • description

      public String description()
      Get the description property: Description for the storage Account.
      Returns:
      the description value.
    • withDescription

      public StorageAccountInner withDescription(String description)
      Set the description property: Description for the storage Account.
      Parameters:
      description - the description value to set.
      Returns:
      the StorageAccountInner object itself.
    • storageAccountStatus

      public StorageAccountStatus storageAccountStatus()
      Get the storageAccountStatus property: Current status of the storage account.
      Returns:
      the storageAccountStatus value.
    • withStorageAccountStatus

      public StorageAccountInner withStorageAccountStatus(StorageAccountStatus storageAccountStatus)
      Set the storageAccountStatus property: Current status of the storage account.
      Parameters:
      storageAccountStatus - the storageAccountStatus value to set.
      Returns:
      the StorageAccountInner object itself.
    • dataPolicy

      public DataPolicy dataPolicy()
      Get the dataPolicy property: Data policy of the storage Account.
      Returns:
      the dataPolicy value.
    • withDataPolicy

      public StorageAccountInner withDataPolicy(DataPolicy dataPolicy)
      Set the dataPolicy property: Data policy of the storage Account.
      Parameters:
      dataPolicy - the dataPolicy value to set.
      Returns:
      the StorageAccountInner object itself.
    • storageAccountCredentialId

      public String storageAccountCredentialId()
      Get the storageAccountCredentialId property: Storage Account Credential Id.
      Returns:
      the storageAccountCredentialId value.
    • withStorageAccountCredentialId

      public StorageAccountInner withStorageAccountCredentialId(String storageAccountCredentialId)
      Set the storageAccountCredentialId property: Storage Account Credential Id.
      Parameters:
      storageAccountCredentialId - the storageAccountCredentialId value to set.
      Returns:
      the StorageAccountInner object itself.
    • blobEndpoint

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

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

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ArmBaseModel
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.