Class StorageAccountMicrosoftEndpoints
java.lang.Object
com.azure.resourcemanager.storage.models.StorageAccountMicrosoftEndpoints
- All Implemented Interfaces:
com.azure.json.JsonSerializable<StorageAccountMicrosoftEndpoints>
public final class StorageAccountMicrosoftEndpoints
extends Object
implements com.azure.json.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
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.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageAccountMicrosoftEndpoints from the JsonReader.queue()Get the queue property: Gets the queue endpoint.table()Get the table property: Gets the table endpoint.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.web()Get the web property: Gets the web endpoint.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
StorageAccountMicrosoftEndpoints
public StorageAccountMicrosoftEndpoints()Creates an instance of StorageAccountMicrosoftEndpoints class.
-
-
Method Details
-
blob
-
queue
-
table
-
file
-
web
-
dfs
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<StorageAccountMicrosoftEndpoints>- Throws:
IOException
-
fromJson
public static StorageAccountMicrosoftEndpoints fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of StorageAccountMicrosoftEndpoints from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of StorageAccountMicrosoftEndpoints if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the StorageAccountMicrosoftEndpoints.
-