共用方式為


Endpoints interface

用來擷取公用 Blob、佇列、資料表、Web 或 dfs 物件的 URI。

屬性

blob

取得 Blob 端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

dfs

取得 dfs 端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

file

取得檔案端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

internetEndpoints

取得網際網路路由儲存體端點

microsoftEndpoints

取得 Microsoft 路由儲存體端點。

queue

取得佇列端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

table

取得資料表端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

web

取得 Web 端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

屬性詳細資料

blob

取得 Blob 端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

blob?: string

屬性值

string

dfs

取得 dfs 端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

dfs?: string

屬性值

string

file

取得檔案端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

file?: string

屬性值

string

internetEndpoints

取得網際網路路由儲存體端點

internetEndpoints?: StorageAccountInternetEndpoints

屬性值

microsoftEndpoints

取得 Microsoft 路由儲存體端點。

microsoftEndpoints?: StorageAccountMicrosoftEndpoints

屬性值

queue

取得佇列端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

queue?: string

屬性值

string

table

取得資料表端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

table?: string

屬性值

string

web

取得 Web 端點。 注意:此屬性不會序列化。 它只能由伺服器填入。

web?: string

屬性值

string