RelayFunctions

Functions

Link copied to clipboard

Returns the description for the specified hybrid connection. Uses Azure REST API version 2024-01-01. Other available API versions: 2021-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native relay [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-01-01. Other available API versions: 2021-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native relay [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-01-01. Other available API versions: 2021-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native relay [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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

Authorization rule for a namespace by name. Uses Azure REST API version 2024-01-01. Other available API versions: 2021-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native relay [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-01-01. Other available API versions: 2021-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native relay [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-01-01. Other available API versions: 2021-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native relay [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-01-01. Other available API versions: 2021-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native relay [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-01-01. Other available API versions: 2021-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native relay [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-01-01. Other available API versions: 2021-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native relay [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-01-01. Other available API versions: 2021-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native relay [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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