RelayFunctions

Functions

Link copied to clipboard

Returns the description for the specified hybrid connection. Uses Azure REST API version 2021-11-01. Other available API versions: 2024-01-01.

suspend fun getHybridConnection(hybridConnectionName: String, namespaceName: String, resourceGroupName: String): GetHybridConnectionResult
Link copied to clipboard

Hybrid connection authorization rule for a hybrid connection by name. Uses Azure REST API version 2021-11-01. Other available API versions: 2017-04-01, 2024-01-01.

suspend fun getHybridConnectionAuthorizationRule(authorizationRuleName: String, hybridConnectionName: String, namespaceName: String, resourceGroupName: String): GetHybridConnectionAuthorizationRuleResult
Link copied to clipboard

Returns the description for the specified namespace. Uses Azure REST API version 2021-11-01. Other available API versions: 2024-01-01.

suspend fun getNamespace(namespaceName: String, resourceGroupName: String): GetNamespaceResult
Link copied to clipboard

Authorization rule for a namespace by name. Uses Azure REST API version 2021-11-01. Other available API versions: 2017-04-01, 2024-01-01.

suspend fun getNamespaceAuthorizationRule(authorizationRuleName: String, namespaceName: String, resourceGroupName: String): GetNamespaceAuthorizationRuleResult
Link copied to clipboard

Gets a description for the specified Private Endpoint Connection name. Uses Azure REST API version 2021-11-01. Other available API versions: 2018-01-01-preview, 2024-01-01.

suspend fun getPrivateEndpointConnection(namespaceName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Returns the description for the specified WCF relay. Uses Azure REST API version 2021-11-01. Other available API versions: 2024-01-01.

suspend fun getWCFRelay(argument: suspend GetWCFRelayPlainArgsBuilder.() -> Unit): GetWCFRelayResult
suspend fun getWCFRelay(namespaceName: String, relayName: String, resourceGroupName: String): GetWCFRelayResult
Link copied to clipboard

Get authorizationRule for a WCF relay by name. Uses Azure REST API version 2021-11-01. Other available API versions: 2017-04-01, 2024-01-01.

suspend fun getWCFRelayAuthorizationRule(authorizationRuleName: String, namespaceName: String, relayName: String, resourceGroupName: String): GetWCFRelayAuthorizationRuleResult
Link copied to clipboard

Primary and secondary connection strings to the hybrid connection. Uses Azure REST API version 2021-11-01. Other available API versions: 2024-01-01.

suspend fun listHybridConnectionKeys(authorizationRuleName: String, hybridConnectionName: String, namespaceName: String, resourceGroupName: String): ListHybridConnectionKeysResult
Link copied to clipboard

Primary and secondary connection strings to the namespace. Uses Azure REST API version 2021-11-01. Other available API versions: 2024-01-01.

suspend fun listNamespaceKeys(authorizationRuleName: String, namespaceName: String, resourceGroupName: String): ListNamespaceKeysResult
Link copied to clipboard

Primary and secondary connection strings to the WCF relay. Uses Azure REST API version 2021-11-01. Other available API versions: 2024-01-01.

suspend fun listWCFRelayKeys(authorizationRuleName: String, namespaceName: String, relayName: String, resourceGroupName: String): ListWCFRelayKeysResult