Class Endpoints
java.lang.Object
com.microsoft.azure.management.storage.Endpoints
The URIs that are used to perform a retrieval of a public blob, queue,
table, web or dfs object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionblob()
Get gets the blob endpoint.dfs()
Get gets the dfs endpoint.file()
Get gets the file endpoint.Get gets the internet routing storage endpoints.Get gets the microsoft routing storage endpoints.queue()
Get gets the queue endpoint.table()
Get gets the table endpoint.web()
Get gets the web endpoint.withInternetEndpoints
(StorageAccountInternetEndpoints internetEndpoints) Set gets the internet routing storage endpoints.withMicrosoftEndpoints
(StorageAccountMicrosoftEndpoints microsoftEndpoints) Set gets the microsoft routing storage endpoints.
-
Constructor Details
-
Endpoints
public Endpoints()
-
-
Method Details
-
blob
Get gets the blob endpoint.- Returns:
- the blob value
-
queue
Get gets the queue endpoint.- Returns:
- the queue value
-
table
Get gets the table endpoint.- Returns:
- the table value
-
file
Get gets the file endpoint.- Returns:
- the file value
-
web
Get gets the web endpoint.- Returns:
- the web value
-
dfs
Get gets the dfs endpoint.- Returns:
- the dfs value
-
microsoftEndpoints
Get gets the microsoft routing storage endpoints.- Returns:
- the microsoftEndpoints value
-
withMicrosoftEndpoints
Set gets the microsoft routing storage endpoints.- Parameters:
microsoftEndpoints
- the microsoftEndpoints value to set- Returns:
- the Endpoints object itself.
-
internetEndpoints
Get gets the internet routing storage endpoints.- Returns:
- the internetEndpoints value
-
withInternetEndpoints
Set gets the internet routing storage endpoints.- Parameters:
internetEndpoints
- the internetEndpoints value to set- Returns:
- the Endpoints object itself.
-