Get Backend Result
data class GetBackendResult(val azureApiVersion: String, val circuitBreaker: BackendCircuitBreakerResponse? = null, 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(azureApiVersion: String, circuitBreaker: BackendCircuitBreakerResponse? = null, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
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
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