StorageAccountMicrosoftEndpoints クラス
- java.
lang. Object - com.
azure. resourcemanager. storage. models. StorageAccountMicrosoftEndpoints
- com.
public final class StorageAccountMicrosoftEndpoints
Microsoft ルーティング エンドポイントを介してパブリック BLOB、キュー、テーブル、Web、または dfs オブジェクトの取得を実行するために使用される URI。
コンストラクターの概要
コンストラクター | 説明 |
---|---|
StorageAccountMicrosoftEndpoints() |
ストレージ |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
String |
blob()
BLOB プロパティを取得する: BLOB エンドポイントを取得します。 |
String |
dfs()
dfs プロパティを取得する: dfs エンドポイントを取得します。 |
String |
file()
file プロパティを取得する: ファイル エンドポイントを取得します。 |
String |
queue()
queue プロパティを取得する: キュー エンドポイントを取得します。 |
String |
table()
table プロパティを取得する: テーブル エンドポイントを取得します。 |
void |
validate()
インスタンスを検証します。 |
String |
web()
Web プロパティを取得する: Web エンドポイントを取得します。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
StorageAccountMicrosoftEndpoints
public StorageAccountMicrosoftEndpoints()
StorageAccountMicrosoftEndpoints クラスのインスタンスを作成します。
メソッドの詳細
blob
public String blob()
BLOB プロパティを取得する: BLOB エンドポイントを取得します。
Returns:
dfs
public String dfs()
dfs プロパティを取得する: dfs エンドポイントを取得します。
Returns:
file
public String file()
file プロパティを取得する: ファイル エンドポイントを取得します。
Returns:
queue
public String queue()
queue プロパティを取得する: キュー エンドポイントを取得します。
Returns:
table
public String table()
table プロパティを取得する: テーブル エンドポイントを取得します。
Returns:
validate
public void validate()
インスタンスを検証します。
web
public String web()
Web プロパティを取得する: Web エンドポイントを取得します。
Returns:
適用対象
Azure SDK for Java