StorageAccountMicrosoftEndpoints Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. StorageAccountMicrosoftEndpoints
- com.
Implements
public final class StorageAccountMicrosoftEndpoints
implements JsonSerializable<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() |
Creates an instance of Storage |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
blob()
Get the blob property: Gets the blob endpoint. |
String |
dfs()
Get the dfs property: Gets the dfs endpoint. |
String |
file()
Get the file property: Gets the file endpoint. |
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
String |
queue()
Get the queue property: Gets the queue endpoint. |
String |
table()
Get the table property: Gets the table endpoint. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
web()
Get the web property: Gets the web endpoint. |
Methods inherited from java.lang.Object
Constructor Details
StorageAccountMicrosoftEndpoints
public StorageAccountMicrosoftEndpoints()
Creates an instance of StorageAccountMicrosoftEndpoints class.
Method Details
blob
public String blob()
Get the blob property: Gets the blob endpoint.
Returns:
dfs
public String dfs()
Get the dfs property: Gets the dfs endpoint.
Returns:
file
public String file()
Get the file property: Gets the file endpoint.
Returns:
fromJson
public static StorageAccountMicrosoftEndpoints fromJson(JsonReader jsonReader)
Reads an instance of StorageAccountMicrosoftEndpoints from the JsonReader.
Parameters:
Returns:
Throws:
queue
public String queue()
Get the queue property: Gets the queue endpoint.
Returns:
table
public String table()
Get the table property: Gets the table endpoint.
Returns:
toJson
validate
public void validate()
Validates the instance.
web
public String web()
Get the web property: Gets the web endpoint.
Returns:
Applies to
Azure SDK for Java