Class StorageAccountMicrosoftEndpoints

java.lang.Object
com.microsoft.azure.management.storage.StorageAccountMicrosoftEndpoints

public class StorageAccountMicrosoftEndpoints extends Object
The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via a microsoft routing endpoint.
  • Constructor Details

    • StorageAccountMicrosoftEndpoints

      public StorageAccountMicrosoftEndpoints()
  • Method Details

    • blob

      public String blob()
      Get gets the blob endpoint.
      Returns:
      the blob value
    • queue

      public String queue()
      Get gets the queue endpoint.
      Returns:
      the queue value
    • table

      public String table()
      Get gets the table endpoint.
      Returns:
      the table value
    • file

      public String file()
      Get gets the file endpoint.
      Returns:
      the file value
    • web

      public String web()
      Get gets the web endpoint.
      Returns:
      the web value
    • dfs

      public String dfs()
      Get gets the dfs endpoint.
      Returns:
      the dfs value