Package version:

Interface StorageAccountMicrosoftEndpoints

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

interface StorageAccountMicrosoftEndpoints {
    blob?: string;
    dfs?: string;
    file?: string;
    queue?: string;
    table?: string;
    web?: string;
}

Properties

blob?: string

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

dfs?: string

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

file?: string

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

queue?: string

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

table?: string

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

web?: string

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