get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the Elastic San Azure REST API version: 2022-12-01-preview. Other available API versions: 2023-01-01.
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
See also
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.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
Response for PrivateEndpoint Connection object
See also
Parameters
argument
Builder for com.pulumi.azurenative.elasticsan.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.