Class Endpoints
java.lang.Object
com.azure.resourcemanager.storage.models.Endpoints
- All Implemented Interfaces:
com.azure.json.JsonSerializable<Endpoints>
The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblob()Get the blob property: Gets the blob endpoint.dfs()Get the dfs property: Gets the dfs endpoint.file()Get the file property: Gets the file endpoint.static EndpointsfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Endpoints from the JsonReader.Get the internetEndpoints property: Gets the internet routing storage endpoints.Get the ipv6Endpoints property: Gets the IPv6 storage endpoints.Get the microsoftEndpoints property: Gets the microsoft routing storage endpoints.queue()Get the queue property: Gets the queue endpoint.table()Get the table property: Gets the table endpoint.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.web()Get the web property: Gets the web endpoint.withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints) Set the internetEndpoints property: Gets the internet routing storage endpoints.withIpv6Endpoints(StorageAccountIpv6Endpoints ipv6Endpoints) Set the ipv6Endpoints property: Gets the IPv6 storage endpoints.withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints) Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
Endpoints
public Endpoints()Creates an instance of Endpoints class.
-
-
Method Details
-
blob
Get the blob property: Gets the blob endpoint.- Returns:
- the blob value.
-
queue
Get the queue property: Gets the queue endpoint.- Returns:
- the queue value.
-
table
Get the table property: Gets the table endpoint.- Returns:
- the table value.
-
file
Get the file property: Gets the file endpoint.- Returns:
- the file value.
-
web
Get the web property: Gets the web endpoint.- Returns:
- the web value.
-
dfs
Get the dfs property: Gets the dfs endpoint.- Returns:
- the dfs value.
-
microsoftEndpoints
Get the microsoftEndpoints property: Gets the microsoft routing storage endpoints.- Returns:
- the microsoftEndpoints value.
-
withMicrosoftEndpoints
Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints.- Parameters:
microsoftEndpoints- the microsoftEndpoints value to set.- Returns:
- the Endpoints object itself.
-
internetEndpoints
Get the internetEndpoints property: Gets the internet routing storage endpoints.- Returns:
- the internetEndpoints value.
-
withInternetEndpoints
Set the internetEndpoints property: Gets the internet routing storage endpoints.- Parameters:
internetEndpoints- the internetEndpoints value to set.- Returns:
- the Endpoints object itself.
-
ipv6Endpoints
Get the ipv6Endpoints property: Gets the IPv6 storage endpoints.- Returns:
- the ipv6Endpoints value.
-
withIpv6Endpoints
Set the ipv6Endpoints property: Gets the IPv6 storage endpoints.- Parameters:
ipv6Endpoints- the ipv6Endpoints value to set.- Returns:
- the Endpoints object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<Endpoints>- Throws:
IOException
-
fromJson
Reads an instance of Endpoints from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of Endpoints 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 Endpoints.
-