GetProfilePlainArgs

data class GetProfilePlainArgs(val profileName: String, val resourceGroupName: String) : ConvertibleToJava<GetProfilePlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the Traffic Manager profile.

Link copied to clipboard

The name of the resource group containing the Traffic Manager profile.

Functions

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