GetEdgeSitePlainArgs

data class GetEdgeSitePlainArgs(val edgeSiteName: String, val resourceGroupName: String) : ConvertibleToJava<GetEdgeSitePlainArgs>

Constructors

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

Properties

Link copied to clipboard

Edge site name.

Link copied to clipboard

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

Functions

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