StorageAccountMicrosoftEndpointsResponse

data class StorageAccountMicrosoftEndpointsResponse(val blob: String, val dfs: String, val file: String, 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 via a microsoft routing endpoint.

Constructors

Link copied to clipboard
constructor(blob: String, dfs: String, file: String, 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 queue endpoint.

Link copied to clipboard

Gets the table endpoint.

Link copied to clipboard
val web: String

Gets the web endpoint.