get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the Elastic San Uses Azure REST API version 2022-12-01-preview. Other available API versions: 2023-01-01, 2024-05-01, 2024-06-01-preview.
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
elastic San Name
The name of the ElasticSan.
private Endpoint Connection Name
The name of the Private Endpoint connection.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
Response for PrivateEndpoint Connection object
Parameters
argument
Builder for com.pulumi.azurenative.elasticsan.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.