Class StorageAccountMicrosoftEndpoints
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.StorageAccountMicrosoftEndpoints
-
public final class StorageAccountMicrosoftEndpoints extends Object
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
Constructors Constructor Description StorageAccountMicrosoftEndpoints()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringblob()Get the blob property: Gets the blob endpoint.Stringdfs()Get the dfs property: Gets the dfs endpoint.Stringfile()Get the file property: Gets the file endpoint.Stringqueue()Get the queue property: Gets the queue endpoint.Stringtable()Get the table property: Gets the table endpoint.voidvalidate()Validates the instance.Stringweb()Get the web property: Gets the web endpoint.
-
-
-
Method Detail
-
blob
public String blob()
Get the blob property: Gets the blob endpoint.- Returns:
- the blob value.
-
queue
public String queue()
Get the queue property: Gets the queue endpoint.- Returns:
- the queue value.
-
table
public String table()
Get the table property: Gets the table endpoint.- Returns:
- the table value.
-
file
public String file()
Get the file property: Gets the file endpoint.- Returns:
- the file value.
-
web
public String web()
Get the web property: Gets the web endpoint.- Returns:
- the web value.
-
dfs
public String 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.
-
-