get Service Configuration
suspend fun getServiceConfiguration(argument: GetServiceConfigurationPlainArgs): GetServiceConfigurationResult
Gets the details about the service to the resource. Azure REST API version: 2023-03-15.
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.
See also
Parameters
endpoint Name
The endpoint name.
resource Uri
The fully qualified Azure Resource manager identifier of the resource to be connected.
service Configuration Name
The service name.
suspend fun getServiceConfiguration(argument: suspend GetServiceConfigurationPlainArgsBuilder.() -> Unit): GetServiceConfigurationResult
Return
The service configuration details associated with the target resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.hybridconnectivity.kotlin.inputs.GetServiceConfigurationPlainArgs.