listEndpointManagedProxyDetails

Fetches the managed proxy details Uses Azure REST API version 2023-03-15. Other available API versions: 2022-05-01-preview, 2024-12-01.

Return

Managed Proxy

Parameters

argument

null


suspend fun listEndpointManagedProxyDetails(endpointName: String, hostname: String? = null, resourceUri: String, service: String, serviceName: Either<String, ServiceName>? = null): ListEndpointManagedProxyDetailsResult

Return

Managed Proxy

Parameters

endpointName

The endpoint name.

hostname

The target host name.

resourceUri

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

service

The name of the service.

serviceName

The name of the service. It is an optional property, if not provided, service configuration tokens issue code would be by passed.

See also


Return

Managed Proxy

Parameters

argument

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

See also