getPrivateEndpointConnection

Gets the specified private endpoint connection associated with the Elastic San Uses Azure REST API version 2024-05-01. Other available API versions: 2022-12-01-preview, 2023-01-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native elasticsan [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Response for PrivateEndpoint Connection object

Parameters

argument

null


suspend fun getPrivateEndpointConnection(elasticSanName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult

Return

Response for PrivateEndpoint Connection object

Parameters

elasticSanName

The name of the ElasticSan.

privateEndpointConnectionName

The name of the Private Endpoint connection.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Response for PrivateEndpoint Connection object

Parameters

argument

Builder for com.pulumi.azurenative.elasticsan.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.

See also