Class StorageAccountInternetEndpoints
java.lang.Object
com.microsoft.azure.management.storage.StorageAccountInternetEndpoints
The URIs that are used to perform a retrieval of a public blob, file, web or
 dfs object via a internet routing endpoint.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
StorageAccountInternetEndpoints
public StorageAccountInternetEndpoints() 
 - 
 - 
Method Details
- 
blob
Get gets the blob endpoint.- Returns:
 - the blob 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
 
 
 -