getEndpoint

Gets the endpoint to the resource. API Version: 2022-05-01-preview.

Return

The endpoint for the target resource.

Parameters

argument

null


suspend fun getEndpoint(endpointName: String, resourceUri: String): GetEndpointResult

Return

The endpoint for the target resource.

Parameters

endpointName

The endpoint name.

resourceUri

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

See also


suspend fun getEndpoint(argument: suspend GetEndpointPlainArgsBuilder.() -> Unit): GetEndpointResult

Return

The endpoint for the target resource.

Parameters

argument

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

See also