listEndpointManagedProxyDetails

Fetches the managed proxy details 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

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.

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