Endpoints Class
- java.
lang. Object - com.
microsoft. azure. management. storage. Endpoints
- com.
public class Endpoints
The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object.
Constructor Summary
Constructor | Description | |
---|---|---|
Endpoints() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
blob()
Get gets the blob endpoint. |
java.lang.String |
dfs()
Get gets the dfs endpoint. |
java.lang.String |
file()
Get gets the file endpoint. |
Storage |
internetEndpoints()
Get gets the internet routing storage endpoints. |
Storage |
microsoftEndpoints()
Get gets the microsoft routing storage endpoints. |
java.lang.String |
queue()
Get gets the queue endpoint. |
java.lang.String |
table()
Get gets the table endpoint. |
java.lang.String |
web()
Get gets the web endpoint. |
Endpoints |
withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
Set gets the internet routing storage endpoints. |
Endpoints |
withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)
Set gets the microsoft routing storage endpoints. |
Methods inherited from java.lang.Object
Constructor Details
Endpoints
public Endpoints()
Method Details
blob
public String blob()
Get gets the blob endpoint.
Returns:
dfs
public String dfs()
Get gets the dfs endpoint.
Returns:
file
public String file()
Get gets the file endpoint.
Returns:
internetEndpoints
public StorageAccountInternetEndpoints internetEndpoints()
Get gets the internet routing storage endpoints.
Returns:
microsoftEndpoints
public StorageAccountMicrosoftEndpoints microsoftEndpoints()
Get gets the microsoft routing storage endpoints.
Returns:
queue
public String queue()
Get gets the queue endpoint.
Returns:
table
public String table()
Get gets the table endpoint.
Returns:
web
public String web()
Get gets the web endpoint.
Returns:
withInternetEndpoints
public Endpoints withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
Set gets the internet routing storage endpoints.
Parameters:
Returns:
withMicrosoftEndpoints
public Endpoints withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)
Set gets the microsoft routing storage endpoints.
Parameters:
Returns:
Applies to
Azure SDK for Java