get Interface Endpoint
suspend fun getInterfaceEndpoint(argument: GetInterfaceEndpointPlainArgs): GetInterfaceEndpointResult
Gets the specified interface endpoint by resource group. Azure REST API version: 2019-02-01.
Return
Interface endpoint resource.
Parameters
argument
null
suspend fun getInterfaceEndpoint(expand: String? = null, interfaceEndpointName: String, resourceGroupName: String): GetInterfaceEndpointResult
Return
Interface endpoint resource.
See also
Parameters
expand
Expands referenced resources.
interface Endpoint Name
The name of the interface endpoint.
resource Group Name
The name of the resource group.
suspend fun getInterfaceEndpoint(argument: suspend GetInterfaceEndpointPlainArgsBuilder.() -> Unit): GetInterfaceEndpointResult
Return
Interface endpoint resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetInterfaceEndpointPlainArgs.