Package version:

Interface StorageAccountInternetEndpoints

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

interface StorageAccountInternetEndpoints {
    blob?: string;
    dfs?: string;
    file?: string;
    web?: string;
}

Properties

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.

web?: string

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