get Private Endpoint
Gets the specified private endpoint by resource group. API Version: 2020-11-01.
Return
Private endpoint resource.
Parameters
argument
null
suspend fun getPrivateEndpoint(expand: String? = null, privateEndpointName: String, resourceGroupName: String): GetPrivateEndpointResult
Return
Private endpoint resource.
Parameters
expand
Expands referenced resources.
private Endpoint Name
The name of the private endpoint.
resource Group Name
The name of the resource group.
See also
suspend fun getPrivateEndpoint(argument: suspend GetPrivateEndpointPlainArgsBuilder.() -> Unit): GetPrivateEndpointResult
Return
Private endpoint resource.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetPrivateEndpointPlainArgs.