Class StorageAccountInternetEndpoints

java.lang.Object
com.azure.resourcemanager.storage.models.StorageAccountInternetEndpoints

public final class StorageAccountInternetEndpoints extends Object
The URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a internet routing endpoint.
  • Constructor Details

    • StorageAccountInternetEndpoints

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

    • blob

      public String blob()
      Get the blob property: Gets the blob endpoint.
      Returns:
      the blob value.
    • file

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

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

      public String dfs()
      Get the dfs property: Gets the dfs endpoint.
      Returns:
      the dfs value.
    • validate

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