Role Args
constructor(autoscaleConfiguration: Output<AutoscaleArgs>? = null, dataDisksGroups: Output<List<DataDisksGroupsArgs>>? = null, encryptDataDisks: Output<Boolean>? = null, hardwareProfile: Output<HardwareProfileArgs>? = null, minInstanceCount: Output<Int>? = null, name: Output<String>? = null, osProfile: Output<OsProfileArgs>? = null, scriptActions: Output<List<ScriptActionArgs>>? = null, targetInstanceCount: Output<Int>? = null, vMGroupName: Output<String>? = null, virtualNetworkProfile: Output<VirtualNetworkProfileArgs>? = null)