Get Workspace Backend Result
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)
Properties
Link copied to clipboard
Backend Circuit Breaker Configuration
Link copied to clipboard
Backend Credentials Contract Properties
Link copied to clipboard
Backend Description.
Link copied to clipboard
Link copied to clipboard
Backend Properties contract
Link copied to clipboard
Backend gateway Contract Properties
Link copied to clipboard
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
Backend TLS Properties