Class StorageAccountMicrosoftEndpoints
java.lang.Object
com.azure.resourcemanager.storage.models.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
ConstructorsConstructorDescriptionCreates an instance of StorageAccountMicrosoftEndpoints class. -
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.queue()Get the queue property: Gets the queue endpoint.table()Get the table property: Gets the table endpoint.voidvalidate()Validates the instance.web()Get the web property: Gets the web endpoint.
-
Constructor Details
-
StorageAccountMicrosoftEndpoints
public StorageAccountMicrosoftEndpoints()Creates an instance of StorageAccountMicrosoftEndpoints 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.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-