StorageAccountMicrosoftEndpoints Class
- java.
lang. Object - com.
microsoft. azure. management. storage. StorageAccountMicrosoftEndpoints
- com.
public class StorageAccountMicrosoftEndpoints
The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via a microsoft routing endpoint.
Constructor Summary
Constructor | Description | |
---|---|---|
StorageAccountMicrosoftEndpoints() |
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. |
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. |
Methods inherited from java.lang.Object
Constructor Details
StorageAccountMicrosoftEndpoints
public StorageAccountMicrosoftEndpoints()
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:
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:
Applies to
Azure SDK for Java