get Interface Endpoint
suspend fun getInterfaceEndpoint(argument: GetInterfaceEndpointPlainArgs): GetInterfaceEndpointResult
Gets the specified interface endpoint by resource group. Uses 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.
Parameters
expand
Expands referenced resources.
interface Endpoint Name
The name of the interface endpoint.
resource Group Name
The name of the resource group.
See also
suspend fun getInterfaceEndpoint(argument: suspend GetInterfaceEndpointPlainArgsBuilder.() -> Unit): GetInterfaceEndpointResult
Return
Interface endpoint resource.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetInterfaceEndpointPlainArgs.