public class Endpoints extends Object
| Constructor and Description |
|---|
Endpoints() |
| Modifier and Type | Method and Description |
|---|---|
String |
blob()
Get gets the blob endpoint.
|
String |
dfs()
Get gets the dfs endpoint.
|
String |
file()
Get gets the file endpoint.
|
StorageAccountInternetEndpoints |
internetEndpoints()
Get gets the internet routing storage endpoints.
|
StorageAccountMicrosoftEndpoints |
microsoftEndpoints()
Get gets the microsoft routing storage endpoints.
|
String |
queue()
Get gets the queue endpoint.
|
String |
table()
Get gets the table endpoint.
|
String |
web()
Get gets the web endpoint.
|
Endpoints |
withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
Set gets the internet routing storage endpoints.
|
Endpoints |
withMicrosoftEndpoints(StorageAccountMicrosoftEndpoints microsoftEndpoints)
Set 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 setpublic StorageAccountInternetEndpoints internetEndpoints()
public Endpoints withInternetEndpoints(StorageAccountInternetEndpoints internetEndpoints)
internetEndpoints - the internetEndpoints value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/