StorageAccountMicrosoftEndpoints interface
Microsoft ルーティング エンドポイントを介してパブリック BLOB、キュー、テーブル、Web、または dfs オブジェクトの取得を実行するために使用される URI。
プロパティ
| blob | BLOB エンドポイントを取得します。 |
| dfs | dfs エンドポイントを取得します。 |
| file | ファイル エンドポイントを取得します。 |
| queue | キュー エンドポイントを取得します。 |
| table | テーブル エンドポイントを取得します。 |
| web | Web エンドポイントを取得します。 |
プロパティの詳細
blob
BLOB エンドポイントを取得します。
blob?: string
プロパティ値
string
dfs
dfs エンドポイントを取得します。
dfs?: string
プロパティ値
string
file
ファイル エンドポイントを取得します。
file?: string
プロパティ値
string
queue
キュー エンドポイントを取得します。
queue?: string
プロパティ値
string
table
テーブル エンドポイントを取得します。
table?: string
プロパティ値
string
web
Web エンドポイントを取得します。
web?: string
プロパティ値
string