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