GetBackendResult

data class GetBackendResult(val credentials: BackendCredentialsContractResponse? = null, val description: String? = null, val id: String, val name: String, val properties: BackendPropertiesResponse, val protocol: String, val proxy: BackendProxyContractResponse? = null, val resourceId: String? = null, val title: String? = null, val tls: BackendTlsPropertiesResponse? = null, val type: String, val url: String)

Backend details.

Constructors

Link copied to clipboard
constructor(credentials: BackendCredentialsContractResponse? = null, description: String? = null, id: String, name: String, properties: BackendPropertiesResponse, protocol: String, proxy: BackendProxyContractResponse? = null, resourceId: String? = null, title: String? = null, tls: BackendTlsPropertiesResponse? = null, type: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Backend Credentials Contract Properties

Link copied to clipboard
val description: String? = null

Backend Description.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Backend Properties contract

Link copied to clipboard

Backend communication protocol.

Link copied to clipboard

Backend Proxy Contract Properties

Link copied to clipboard
val resourceId: String? = null

Management Uri of the Resource in External System. This url can be the Arm Resource Id of Logic Apps, Function Apps or Api Apps.

Link copied to clipboard
val title: String? = null

Backend Title.

Link copied to clipboard

Backend TLS Properties

Link copied to clipboard

Resource type for API Management resource.

Link copied to clipboard
val url: String

Runtime Url of the Backend.