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. Other available API versions: 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
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.