GetWorkspaceBackendResult

data class GetWorkspaceBackendResult(val circuitBreaker: BackendCircuitBreakerResponse? = null, val credentials: BackendCredentialsContractResponse? = null, val description: String? = null, val id: String, val name: String, val pool: BackendBaseParametersResponsePool? = null, 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(circuitBreaker: BackendCircuitBreakerResponse? = null, credentials: BackendCredentialsContractResponse? = null, description: String? = null, id: String, name: String, pool: BackendBaseParametersResponsePool? = null, 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 Circuit Breaker Configuration

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

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard
Link copied to clipboard

Backend Properties contract

Link copied to clipboard

Backend communication protocol.

Link copied to clipboard

Backend gateway 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

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val url: String

Runtime Url of the Backend.