public class Endpoints extends Object
| Constructor and Description |
|---|
Endpoints() |
| Modifier and Type | Method and Description |
|---|---|
String |
blob()
Get the blob value.
|
String |
file()
Get the file value.
|
String |
queue()
Get the queue value.
|
String |
table()
Get the table value.
|
public String blob()
public String queue()
public String table()
public String file()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/