getEndpoint

Gets a Traffic Manager endpoint. Uses Azure REST API version 2022-04-01. Other available API versions: 2022-04-01-preview.

Return

Class representing a Traffic Manager endpoint.

Parameters

argument

null


suspend fun getEndpoint(endpointName: String, endpointType: String, profileName: String, resourceGroupName: String): GetEndpointResult

Return

Class representing a Traffic Manager endpoint.

Parameters

endpointName

The name of the Traffic Manager endpoint.

endpointType

The type of the Traffic Manager endpoint.

profileName

The name of the Traffic Manager profile.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getEndpoint(argument: suspend GetEndpointPlainArgsBuilder.() -> Unit): GetEndpointResult

Return

Class representing a Traffic Manager endpoint.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetEndpointPlainArgs.

See also