public final class Endpoints extends Object
| Constructor and Description |
|---|
Endpoints() |
| 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.
|
StorageAccountInternetEndpoints |
internetEndpoints()
Get the internetEndpoints property: Gets the internet routing storage endpoints.
|
StorageAccountMicrosoftEndpoints |
microsoftEndpoints()
Get the microsoftEndpoints property: Gets the microsoft routing storage endpoints.
|
String |
queue()
Get the queue property: Gets the queue endpoint.
|
String |
table()
Get the table property: Gets the table endpoint.
|
void |
validate()
Validates the instance.
|
String |
web()
Get the web property: Gets the web endpoint.
|
Endpoints |
withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
Set the internetEndpoints property: Gets the internet routing storage endpoints.
|
Endpoints |
withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)
Set the microsoftEndpoints property: Gets the microsoft routing storage endpoints.
|
public String blob()
public String queue()
public String table()
public String file()
public String web()
public String dfs()
public StorageAccountMicrosoftEndpoints microsoftEndpoints()
public Endpoints withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)
microsoftEndpoints - the microsoftEndpoints value to set.public StorageAccountInternetEndpoints internetEndpoints()
public Endpoints withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
internetEndpoints - the internetEndpoints value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.