EndpointsResponse

data class EndpointsResponse(val blob: String, val dfs: String, val file: String, val internetEndpoints: StorageAccountInternetEndpointsResponse? = null, val microsoftEndpoints: StorageAccountMicrosoftEndpointsResponse? = null, val queue: String, val table: String, val web: String)

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

Constructors

Link copied to clipboard
constructor(blob: String, dfs: String, file: String, internetEndpoints: StorageAccountInternetEndpointsResponse? = null, microsoftEndpoints: StorageAccountMicrosoftEndpointsResponse? = null, queue: String, table: String, web: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the blob endpoint.

Link copied to clipboard
val dfs: String

Gets the dfs endpoint.

Link copied to clipboard

Gets the file endpoint.

Link copied to clipboard

Gets the internet routing storage endpoints

Link copied to clipboard

Gets the microsoft routing storage endpoints.

Link copied to clipboard

Gets the queue endpoint.

Link copied to clipboard

Gets the table endpoint.

Link copied to clipboard
val web: String

Gets the web endpoint.