get Endpoint
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
endpoint Name
The name of the Traffic Manager endpoint.
endpoint Type
The type of the Traffic Manager endpoint.
profile Name
The name of the Traffic Manager profile.
resource Group Name
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.