Package version:

Interface Endpoints

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

interface Endpoints {
    blob?: string;
    dfs?: string;
    file?: string;
    internetEndpoints?: StorageAccountInternetEndpoints;
    microsoftEndpoints?: StorageAccountMicrosoftEndpoints;
    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.

Gets the internet routing storage endpoints

Gets the microsoft routing storage endpoints.

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.