GetEndpointPlainArgs

data class GetEndpointPlainArgs(val endpointName: String, val endpointType: String, val profileName: String, val resourceGroupName: String) : ConvertibleToJava<GetEndpointPlainArgs>

Constructors

Link copied to clipboard
constructor(endpointName: String, endpointType: String, profileName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Traffic Manager endpoint.

Link copied to clipboard

The type of the Traffic Manager endpoint.

Link copied to clipboard

The name of the Traffic Manager profile.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetEndpointPlainArgs