StorageAccountInternetEndpointsResponse

data class StorageAccountInternetEndpointsResponse(val blob: String, val dfs: String, val file: String, val web: String)

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

Constructors

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

Gets the web endpoint.