getServiceConfiguration

Gets the details about the service to the resource. Uses Azure REST API version 2023-03-15. Other available API versions: 2024-12-01.

Return

The service configuration details associated with the target resource.

Parameters

argument

null


suspend fun getServiceConfiguration(endpointName: String, resourceUri: String, serviceConfigurationName: String): GetServiceConfigurationResult

Return

The service configuration details associated with the target resource.

Parameters

endpointName

The endpoint name.

resourceUri

The fully qualified Azure Resource manager identifier of the resource to be connected.

serviceConfigurationName

The service name.

See also


Return

The service configuration details associated with the target resource.

Parameters

argument

Builder for com.pulumi.azurenative.hybridconnectivity.kotlin.inputs.GetServiceConfigurationPlainArgs.

See also