StorageAccountMicrosoftEndpoints interface

The URIs that are used to perform a retrieval of a public blob, queue, table, web or dfs object via a microsoft routing endpoint.

Properties

blob

Gets the blob endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

dfs

Gets the dfs endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

file

Gets the file endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

queue

Gets the queue endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

table

Gets the table endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

web

Gets the web endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

blob

Gets the blob endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

blob?: string

Property Value

string

dfs

Gets the dfs endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

dfs?: string

Property Value

string

file

Gets the file endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

file?: string

Property Value

string

queue

Gets the queue endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

queue?: string

Property Value

string

table

Gets the table endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

table?: string

Property Value

string

web

Gets the web endpoint. NOTE: This property will not be serialized. It can only be populated by the server.

web?: string

Property Value

string