GetHybridUseBenefitPlainArgs

data class GetHybridUseBenefitPlainArgs(val planId: String, val scope: String) : ConvertibleToJava<GetHybridUseBenefitPlainArgs>

Constructors

Link copied to clipboard
constructor(planId: String, scope: String)

Properties

Link copied to clipboard

This is a unique identifier for a plan. Should be a guid.

Link copied to clipboard

The scope at which the operation is performed. This is limited to Microsoft.Compute/virtualMachines and Microsoft.Compute/hostGroups/hosts for now

Functions

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