RelayFunctions

Functions

Link copied to clipboard

Returns the description for the specified hybrid connection. API Version: 2017-04-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. API Version: 2017-04-01.

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

Returns the description for the specified namespace. API Version: 2017-04-01.

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

Authorization rule for a namespace by name. API Version: 2017-04-01.

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

Gets the specified private endpoint connection associated with the Relay Namespace. API Version: 2018-01-01-preview.

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

Returns the description for the specified WCF relay. API Version: 2017-04-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. API Version: 2017-04-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. API Version: 2017-04-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. API Version: 2017-04-01.

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

Primary and secondary connection strings to the WCF relay. API Version: 2017-04-01.

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