GetLabPlanPlainArgs

data class GetLabPlanPlainArgs(val labPlanName: String, val resourceGroupName: String) : ConvertibleToJava<GetLabPlanPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the lab plan that uniquely identifies it within containing resource group. Used in resource URIs and in UI.

Link copied to clipboard

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

Functions

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