Class AzureStorageInfoValueResponse


  • public final class AzureStorageInfoValueResponse
    extends java.lang.Object
    • Method Detail

      • accessKey

        public java.util.Optional<java.lang.String> accessKey()
        Returns:
        Access key for the storage account.
      • accountName

        public java.util.Optional<java.lang.String> accountName()
        Returns:
        Name of the storage account.
      • mountPath

        public java.util.Optional<java.lang.String> mountPath()
        Returns:
        Path to mount the storage within the site's runtime environment.
      • shareName

        public java.util.Optional<java.lang.String> shareName()
        Returns:
        Name of the file share (container name, for Blob storage).
      • state

        public java.lang.String state()
        Returns:
        State of the storage account.
      • type

        public java.util.Optional<java.lang.String> type()
        Returns:
        Type of storage.