public class StorageAccountInternetEndpoints extends Object
| Constructor and Description |
|---|
StorageAccountInternetEndpoints() |
| 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.
|
String |
web()
Get gets the web endpoint.
|
public String blob()
public String file()
public String web()
public String dfs()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/