StorageAccountIpv6Endpoints Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. StorageAccountIpv6Endpoints
- com.
Implements
public final class StorageAccountIpv6Endpoints
implements JsonSerializable<StorageAccountIpv6Endpoints>
The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via an IPv6 endpoint.
Constructor Summary
| Constructor | Description |
|---|---|
| StorageAccountIpv6Endpoints() |
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 |
|
Storage |
internetEndpoints()
Get the internet |
|
Storage |
microsoftEndpoints()
Get the microsoft |
| 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. |
|
Storage |
withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
Set the internet |
|
Storage |
withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)
Set the microsoft |
Methods inherited from java.lang.Object
Constructor Details
StorageAccountIpv6Endpoints
public StorageAccountIpv6Endpoints()
Creates an instance of StorageAccountIpv6Endpoints 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 StorageAccountIpv6Endpoints fromJson(JsonReader jsonReader)
Reads an instance of StorageAccountIpv6Endpoints from the JsonReader.
Parameters:
Returns:
Throws:
internetEndpoints
public StorageAccountInternetEndpoints internetEndpoints()
Get the internetEndpoints property: Gets the internet routing storage endpoints.
Returns:
microsoftEndpoints
public StorageAccountMicrosoftEndpoints microsoftEndpoints()
Get the microsoftEndpoints property: Gets the microsoft routing storage endpoints.
Returns:
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:
withInternetEndpoints
public StorageAccountIpv6Endpoints withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
Set the internetEndpoints property: Gets the internet routing storage endpoints.
Parameters:
Returns:
withMicrosoftEndpoints
public StorageAccountIpv6Endpoints withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)
Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints.
Parameters:
Returns: