Class AbstractAzureStorageProtocolResolver.StorageItem

java.lang.Object
com.azure.spring.cloud.core.resource.AbstractAzureStorageProtocolResolver.StorageItem
Enclosing class:
AbstractAzureStorageProtocolResolver

protected static class AbstractAzureStorageProtocolResolver.StorageItem extends Object
Storage item.
  • Constructor Details

  • Method Details

    • getContainer

      public String getContainer()
      Gets the container name.
      Returns:
      The container name.
    • getName

      public String getName()
      Gets the item name.
      Returns:
      The item name.
    • getStorageType

      public StorageType getStorageType()
      Gets the storage type.
      Returns:
      The storage type.
    • toResourceLocation

      public String toResourceLocation()
      Gets the resource location equivalent for this item.
      Returns:
      The resource location equivalent for this item.