getEndpoint

Gets the endpoint to the resource. Uses Azure REST API version 2024-12-01. Other available API versions: 2023-03-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridconnectivity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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.

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