Class StorageAccountIpv6Endpoints

java.lang.Object
com.azure.resourcemanager.storage.models.StorageAccountIpv6Endpoints
All Implemented Interfaces:
com.azure.json.JsonSerializable<StorageAccountIpv6Endpoints>

public final class StorageAccountIpv6Endpoints extends Object implements com.azure.json.JsonSerializable<StorageAccountIpv6Endpoints>
The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via an IPv6 endpoint.
  • Constructor Details

    • StorageAccountIpv6Endpoints

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

    • blob

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

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

      public String table()
      Get the table property: Gets the table endpoint.
      Returns:
      the table 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.
    • microsoftEndpoints

      public StorageAccountMicrosoftEndpoints microsoftEndpoints()
      Get the microsoftEndpoints property: Gets the microsoft routing storage endpoints.
      Returns:
      the microsoftEndpoints value.
    • withMicrosoftEndpoints

      public StorageAccountIpv6Endpoints withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)
      Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints.
      Parameters:
      microsoftEndpoints - the microsoftEndpoints value to set.
      Returns:
      the StorageAccountIpv6Endpoints object itself.
    • internetEndpoints

      public StorageAccountInternetEndpoints internetEndpoints()
      Get the internetEndpoints property: Gets the internet routing storage endpoints.
      Returns:
      the internetEndpoints value.
    • withInternetEndpoints

      public StorageAccountIpv6Endpoints withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
      Set the internetEndpoints property: Gets the internet routing storage endpoints.
      Parameters:
      internetEndpoints - the internetEndpoints value to set.
      Returns:
      the StorageAccountIpv6Endpoints object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<StorageAccountIpv6Endpoints>
      Throws:
      IOException
    • fromJson

      public static StorageAccountIpv6Endpoints fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of StorageAccountIpv6Endpoints from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of StorageAccountIpv6Endpoints if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the StorageAccountIpv6Endpoints.